Added timezone env variable

This commit is contained in:
Vivek Santayana 2022-08-11 17:31:20 +01:00
parent 070ce19fcc
commit e9aefd7e83

View File

@ -1,5 +1,7 @@
SERVER_NAME= # URL where this will be hosted. SERVER_NAME= # URL where this will be hosted.
TZ=Europe/London # Time Zone
## Flask Configuration ## Flask Configuration
SECRET_KEY= # Long, secure, secret string. SECRET_KEY= # Long, secure, secret string.
DATA=./data/ DATA=./data/