Fix endpoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 13:22:56 +01:00
parent d628465320
commit a0ca065a58
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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://web:8080
key = "{{ secret "mailer_api_key" }}"
mail_from = {{ env "MAIL_FROM" }}
mail_template = /app/email.tmpl