Add missing var
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 19:18:00 +02:00
parent 6e4b77f1c9
commit bfb73d1057
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -63,4 +63,4 @@ SMTP_HOST = "mail.gandi.net"
SMTP_PASSWORD = "{{ smtp_passwd }}"
SMTP_PORT = "587"
SMTP_STARTTLS = True
SMTP_USERNAME = "alerta-noreply"
SMTP_USERNAME = "{{ smtp_username }}"

View File

@ -9,3 +9,4 @@ keycloak_role: "worker-owner"
keycloak_url: "https://id.autonomic.zone"
mail_from: "alerta-noreply@autonomic.zon"
mail_to: "kaboom@autonomic.zone"
smtp_username: "alerta-noreply"