TelegramAktienBot/deploy/aktienbot/.env.bot

19 lines
200 B
Plaintext
Raw Normal View History

2022-04-29 20:36:06 +00:00
# Telegram bot api key
2022-04-04 14:38:08 +00:00
BOT_API_KEY=
2022-04-29 20:36:06 +00:00
# News api key
2022-04-04 14:38:08 +00:00
NEWS_API_KEY=
2022-04-29 20:36:06 +00:00
# Flask secret key
2022-04-04 14:38:08 +00:00
SECRET_KEY=
2022-04-26 07:19:46 +00:00
2022-04-29 20:36:06 +00:00
# bot credentials
2022-04-26 07:19:46 +00:00
BOT_EMAIL=
2022-04-29 20:36:06 +00:00
BOT_PASSWORD=
# urls
WEBSITE_URL=
API_URL=
# timezone
TZ=Europe/Berlin