add relay bot token var

This commit is contained in:
Sebastian Hugentobler 2022-09-06 14:41:32 +02:00
parent 1b81c0a110
commit 36837a9500
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 6 additions and 1 deletions

View File

@ -31,5 +31,10 @@ Telegram API hash (https://my.telegram.org/apps).
## ADMIN_USER
Matrix id of the admin user.
## BOT_TOKEN
- default: disabled
Token for the relay bot.
# Ports
- 8080

View File

@ -495,7 +495,7 @@ telegram:
api_id: {{ getenv "API_ID" }}
api_hash: {{ getenv "API_HASH" }}
# (Optional) Create your own bot at https://t.me/BotFather
bot_token: disabled
bot_token: {{ getenv "BOT_TOKEN" "disabled" }}
# Should the bridge request missed updates from Telegram when restarting?
catch_up: true