Skip to content
Snippets Groups Projects
Commit bc6c4a68 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change Alerta environments to lowercase

parent a5271fd9
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ ALERTA_API_KEY="{{ netdata_alerta_apikey|default('') }}"
# standard environments are Production and Development
# if a role's recipients are not configured, a notification will be send to
# this Environment (empty = do not send a notification for unconfigured roles):
DEFAULT_RECIPIENT_ALERTA="{{ netdata_alerta_environment|default('Production') }}"
DEFAULT_RECIPIENT_ALERTA="{{ netdata_alerta_environment|default('production') }}"
#------------------------------------------------------------------------------
# email global notification options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment