diff --git a/docs/configuration.md b/docs/configuration.md index b283b5fca7..707dc9af76 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,9 +118,13 @@ global: [ opsgenie_api_key_file: ] [ opsgenie_api_url: | default = "https://api.opsgenie.com/" ] [ rocketchat_api_url: | default = "https://open.rocket.chat/" ] + # The default Rocketchat sender token. It is mutually exclusive with `rocketchat_token_file`. [ rocketchat_token: ] + # Read the default Rocketchat sender token from a file. It is mutually exclusive with `rocketchat_token`. [ rocketchat_token_file: ] + # The default Rocketchat sender token ID. It is mutually exclusive with `rocketchat_token_id_file`. [ rocketchat_token_id: ] + # Read the default Rocketchat sender token ID from a file. It is mutually exclusive with `rocketchat_token_id`. [ rocketchat_token_id_file: ] [ wechat_api_url: | default = "https://qyapi.weixin.qq.com/cgi-bin/" ] [ wechat_api_secret: ]