From 59cb77d88628e77f7644a0031c6b472f1efa8bac Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 08:58:49 +0200 Subject: [PATCH] Use only endpoint and don't pass /api --- 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 5cd6cd2..166e34b 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -6,10 +6,9 @@ timezone = Europe/London [alerta-mailer] amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}" -dashboard_url = https://{{ domain }} debug = True email_type = text -endpoint = https://{{ domain }}/api +endpoint = https://{{ domain }} key = {{ alerta_mailer_api_key }} mail_from = {{ mail_from }} mail_to = {{ mail_to }}