diff --git a/deploy/aktienbot/.env.bot b/deploy/aktienbot/.env.bot index 8b67787..8a24d57 100644 --- a/deploy/aktienbot/.env.bot +++ b/deploy/aktienbot/.env.bot @@ -1,6 +1,19 @@ +# Telegram bot api key BOT_API_KEY= + +# News api key NEWS_API_KEY= + +# Flask secret key SECRET_KEY= +# bot credentials BOT_EMAIL= -BOT_PASSWORD= \ No newline at end of file +BOT_PASSWORD= + +# urls +WEBSITE_URL= +API_URL= + +# timezone +TZ=Europe/Berlin \ No newline at end of file diff --git a/telegram_bot/.env.example b/telegram_bot/.env.example index a36e6ec..8a24d57 100644 --- a/telegram_bot/.env.example +++ b/telegram_bot/.env.example @@ -9,4 +9,11 @@ SECRET_KEY= # bot credentials BOT_EMAIL= -BOT_PASSWORD= \ No newline at end of file +BOT_PASSWORD= + +# urls +WEBSITE_URL= +API_URL= + +# timezone +TZ=Europe/Berlin \ No newline at end of file