From 6e8ec7a79adcde516bf47748c756704cb185487b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:31:57 +0200 Subject: [PATCH] Try to add /api for alerta-mailer --- 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 06d2ce0..90655d0 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -12,7 +12,7 @@ config_file = /app/alerta.conf dashboard_url = https://{{ domain }} debug = True email_type = text -endpoint = http://localhost:8080 +endpoint = http://localhost:8080/api key = {{ alerta_mailer_api_key }} mail_from = {{ mail_from }} mail_to = {{ mail_to }}