diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index aa143c1..e0d6755 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -4,6 +4,10 @@ DEBUG = False SECRET = "{{ alerta_secret_key }}" +ALLOWED_ENVIRONMENTS = [ + "autonomic-internal" +] + BASE_URL = "/api" USE_PROXYFIX = True @@ -64,5 +68,3 @@ EMAIL_VERIFICATION = False # SMTP_PORT = 'TODO' # SMTP_STARTTLS = 'TODO' # SMTP_USERNAME = 'TODO' - -ALLOWED_ENVIRONMENTS = ["Production"]