From 4f5ab551d6660ed9464418e6675ce1e103c065f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 08:49:53 +0200 Subject: [PATCH] Fix amqp URL and drop key now (not generated) --- ansible/templates/alerta.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 904003c..5cd6cd2 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -1,12 +1,11 @@ [DEFAULT] endpoint = https://{{ domain }}/api -key = {{ alerta_cli_api_key }} output = psql sslverify = True timezone = Europe/London [alerta-mailer] -amqp_url = {{ db_type }}://{{ db_loc }}/ +amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}" dashboard_url = https://{{ domain }} debug = True email_type = text