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

This commit is contained in:
Luke Murphy
2020-04-09 19:18:00 +02:00
parent 6e4b77f1c9
commit bfb73d1057
2 changed files with 2 additions and 1 deletions
+1 -1
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 }}"
+1
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"