add relay bot token var
This commit is contained in:
parent
b94e090a8b
commit
67f799c658
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue