Flesh out more smtp config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-10 10:03:23 +02:00
parent 4b2f9b6ce6
commit e33d944796
3 changed files with 7 additions and 2 deletions

View File

@ -12,4 +12,6 @@ keycloak_role: "worker-owner"
keycloak_url: "https://id.autonomic.zone"
mail_from: "alerta-noreply@autonomic.zon"
mail_to: "kaboom@autonomic.zone"
smtp_host: "mail.gandi.net"
smtp_username: "alerta-noreply"
smtp_port: "587"