Skip to content

Commit 03af79b

Browse files
Patrick BanksPatrick Banks
authored andcommitted
Added TZ to setup
1 parent a697a2e commit 03af79b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
"WEB_PASSWORD": {
9999
"description": "Password to restrict access to the internal diagnostics webserver",
100100
"required": false
101+
},
102+
"TZ": {
103+
"description": "Configure your own time zone for display of dates and times (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)",
104+
"required": false
101105
}
102106
}
103107
}

docs/GETTING-STARTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ To add new Config Vars in Heroku:
153153
| IS_PAY_INTEREST_ENABLED | true / false | Automatically repays all BNB interest before repaying margin loans |
154154
| VIRTUAL_WALLET_FUNDS | decimal number > 0 | The (roughly) equivalent BTC value used as the default starting balance for all virtual wallets |
155155
| WEB_PASSWORD | string | Password to restrict access to the internal diagnostics webserver |
156+
| TZ | string | Configure your own time zone for display of dates and times (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) |
156157

157158
*There are a few other internal configuration options available, check the env.ts file for details.*
158159

0 commit comments

Comments
 (0)