Fix service names
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-07-14 16:15:47 +02:00
parent accef279b4
commit 7f7c072529
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -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