Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,13 @@ global:
[ opsgenie_api_key_file: <filepath> ]
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
[ rocketchat_api_url: <string> | default = "https://open.rocket.chat/" ]
# The default Rocketchat sender token. It is mutually exclusive with `rocketchat_token_file`.
[ rocketchat_token: <secret> ]
# Read the default Rocketchat sender token from a file. It is mutually exclusive with `rocketchat_token`.
[ rocketchat_token_file: <filepath> ]
# The default Rocketchat sender token ID. It is mutually exclusive with `rocketchat_token_id_file`.
[ rocketchat_token_id: <secret> ]
# Read the default Rocketchat sender token ID from a file. It is mutually exclusive with `rocketchat_token_id`.
[ rocketchat_token_id_file: <filepath> ]
[ wechat_api_url: <string> | default = "https://qyapi.weixin.qq.com/cgi-bin/" ]
[ wechat_api_secret: <secret> ]
Expand Down