From 9b7d2f3e92353b231a1a53643618a3351fa22e9a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:24:50 +0200 Subject: [PATCH] Specify config --- ansible/templates/alerta.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index d7e9af8..333579e 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -8,6 +8,7 @@ timezone = Europe/London [alerta-mailer] amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu +config_file = /app/alerta.conf dashboard_url = http://localhost:8080 debug = True email_type = text