diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 739953a..33edd26 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -4,10 +4,6 @@ DEBUG = True SECRET = "{{ alerta_secret_key }}" -ALLOWED_ENVIRONMENTS = [ - "autonomic-internal" -] - BASE_URL = "/api" USE_PROXYFIX = True @@ -56,8 +52,7 @@ PLUGINS = [ "alerta-mailer", "amqp", "blackout", - "normalise", - "reject", + "normalise" ] AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"