From f76d9f5e76f58c27d96da0015ee23dda5ab50b49 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:22:53 +0200 Subject: [PATCH] Also use localhost here --- 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 7dd7ea0..d7e9af8 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -8,7 +8,7 @@ timezone = Europe/London [alerta-mailer] amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu -dashboard_url = https://{{ domain }} +dashboard_url = http://localhost:8080 debug = True email_type = text endpoint = http://localhost:8080