We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f785fe9 + cd67fa3 commit 14ad76cCopy full SHA for 14ad76c
content/docs/alerting/configuration.md
@@ -80,11 +80,11 @@ global:
80
[ smtp_require_tls: <bool> | default = true ]
81
82
# The API URL to use for Slack notifications.
83
- [ slack_api_url: <string> ]
84
- [ victorops_api_key: <string> ]
+ [ slack_api_url: <secret> ]
+ [ victorops_api_key: <secret> ]
85
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
86
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ]
87
- [ opsgenie_api_key: <string> ]
+ [ opsgenie_api_key: <secret> ]
88
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
89
[ hipchat_api_url: <string> | default = "https://api.hipchat.com/" ]
90
[ hipchat_auth_token: <secret> ]
0 commit comments