From 0e7b89952c9425fbdacdb14d5470e531de63f4b8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 10:47:04 +0200 Subject: [PATCH] Use a more description environment for our infra --- ansible/templates/alertad.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"]