Add configuration documentation
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
8eef6f0091
commit
cd8cd33794
|
@ -92,8 +92,13 @@ global:
|
|||
[ wechat_api_secret: <secret> ]
|
||||
[ wechat_api_corp_id: <string> ]
|
||||
[ telegram_api_url: <string> | default = "https://api.telegram.org" ]
|
||||
|
||||
# The default HTTP client configuration
|
||||
[ http_config: <http_config> ]
|
||||
|
||||
# Name of the HTTP request header to obtain the user's identify from.
|
||||
# Currently, it is only used to populate and validate the creator as part of silences.
|
||||
[user_http_header: <string> ]
|
||||
|
||||
# ResolveTimeout is the default value used by alertmanager if the alert does
|
||||
# not include EndsAt, after this time passes it can declare the alert as resolved if it has not been updated.
|
||||
|
|
Loading…
Reference in New Issue