From 7f7c07252904383560045733646ceaa877e2a163 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 14 Jul 2021 16:15:47 +0200 Subject: [PATCH] Fix service names --- alerta.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alerta.conf.tmpl b/alerta.conf.tmpl index 1911dd8..8cad29c 100644 --- a/alerta.conf.tmpl +++ b/alerta.conf.tmpl @@ -1,6 +1,6 @@ [DEFAULT] debug = {{ env "DEBUG" }} -endpoint = http://web:8080/api +endpoint = http://app:8080/api key = {{ secret "cli_api_key" }} output = json sslverify = False @@ -13,7 +13,7 @@ config_file = /app/alerta.conf dashboard_url = https://{{ env "DOMAIN" }} debug = {{ env "DEBUG" }} email_type = text -endpoint = http://web:8080/api +endpoint = http://app:8080/api key = {{ secret "mailer_api_key" }} mail_from = {{ env "MAIL_FROM" }} mail_template = /app/email.tmpl