File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments