From 6227e9c5aa6fbb31f428a43fa29c02b07e391609 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:40:46 +0200 Subject: [PATCH] Fucking with amqp details --- ansible/templates/alerta.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 90655d0..7e2dba0 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -7,7 +7,8 @@ sslverify = False timezone = Europe/London [alerta-mailer] -amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu +amqp_topic = notify +amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }} config_file = /app/alerta.conf dashboard_url = https://{{ domain }} debug = True