From 940bbd5cb67b763e57530aa231801fe8f17727d1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 10:05:33 +0200 Subject: [PATCH] Disable debug --- ansible/templates/alertad.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 747c01f..eeab047 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -1,6 +1,6 @@ SITE_LOGO_URL = 'https://www.coops.tech/images/coops/autonomic' -DEBUG = True +DEBUG = False SECRET = "{{ alerta_secret_key }}"