Add configuration documentation

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2022-07-11 16:47:19 +01:00
parent 8eef6f0091
commit cd8cd33794
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E
1 changed files with 5 additions and 0 deletions

View File

@ -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.