Added timezone environment variable

This commit is contained in:
Administrator 2022-04-29 22:36:06 +02:00
parent ec9a02d5f5
commit 13d230cd30
2 changed files with 22 additions and 2 deletions

View File

@ -1,6 +1,19 @@
# Telegram bot api key
BOT_API_KEY= BOT_API_KEY=
# News api key
NEWS_API_KEY= NEWS_API_KEY=
# Flask secret key
SECRET_KEY= SECRET_KEY=
# bot credentials
BOT_EMAIL= BOT_EMAIL=
BOT_PASSWORD= BOT_PASSWORD=
# urls
WEBSITE_URL=
API_URL=
# timezone
TZ=Europe/Berlin

View File

@ -10,3 +10,10 @@ SECRET_KEY=
# bot credentials # bot credentials
BOT_EMAIL= BOT_EMAIL=
BOT_PASSWORD= BOT_PASSWORD=
# urls
WEBSITE_URL=
API_URL=
# timezone
TZ=Europe/Berlin