We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa3a24 commit 38c54aeCopy full SHA for 38c54ae
1 file changed
docs/configuration.md
@@ -127,7 +127,9 @@ global:
127
[ wechat_api_secret_file: <string> ]
128
[ wechat_api_corp_id: <string> ]
129
[ telegram_api_url: <string> | default = "https://api.telegram.org" ]
130
+ # The default Telegram bot token. It is mutually exclusive with `telegram_bot_token_file`.
131
[ 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`.
133
[ telegram_bot_token_file: <string> ]
134
[ webex_api_url: <string> | default = "https://webexapis.com/v1/messages" ]
135
[ mattermost_webhook_url: <secret> ]
0 commit comments