Add missing var
All checks were successful
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

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 }}"