From ae6a644663cded95d75c31bfefbb7e3da61e0573 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:47:07 +0200 Subject: [PATCH] Revert to using kombu --- ansible/templates/alerta.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index e1a562e..f8aabfa 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -8,7 +8,7 @@ timezone = Europe/London [alerta-mailer] amqp_topic = notify -amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }} +amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu config_file = /app/alerta.conf dashboard_url = https://{{ domain }} debug = True