Skip to content

Commit 1838de9

Browse files
committed
Fix documentation.
Signed-off-by: Peter Štibraný <[email protected]>
1 parent 9255abb commit 1838de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/config-file-reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4110,13 +4110,13 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
41104110
# Per-user rate limit for sending email notifications from Alertmanager in
41114111
# emails/sec. 0 = rate limit disabled. Negative value = no emails are allowed.
41124112
# CLI flag: -alertmanager.email-notification-rate-limit
4113-
[email_notification_rate_limit: <float> | default = 0]
4113+
[alertmanager_email_notification_rate_limit: <float> | default = 0]
41144114
41154115
# Per-user burst size for email notifications. If set to 0, no email
41164116
# notifications will be sent, unless rate-limit is disabled, in which case all
41174117
# email notifications are allowed.
41184118
# CLI flag: -alertmanager.email-notification-burst-size
4119-
[email_notification_burst_size: <int> | default = 1]
4119+
[alertmanager_email_notification_burst_size: <int> | default = 1]
41204120
```
41214121

41224122
### `redis_config`

0 commit comments

Comments
 (0)