Skip to content

Commit 38c54ae

Browse files
authored
add doc global telegram bot token configs (#5114)
Signed-off-by: Nattapong Ekudomsuk <nuttapong_mos@hotmail.com>
1 parent 1fa3a24 commit 38c54ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ global:
127127
[ wechat_api_secret_file: <string> ]
128128
[ wechat_api_corp_id: <string> ]
129129
[ telegram_api_url: <string> | default = "https://api.telegram.org" ]
130+
# The default Telegram bot token. It is mutually exclusive with `telegram_bot_token_file`.
130131
[ telegram_bot_token: <secret> ]
132+
# The default configuration to read the Telegram bot token from a file. It is mutually exclusive with `telegram_bot_token`.
131133
[ telegram_bot_token_file: <string> ]
132134
[ webex_api_url: <string> | default = "https://webexapis.com/v1/messages" ]
133135
[ mattermost_webhook_url: <secret> ]

0 commit comments

Comments
 (0)