Drop username and var out starttls
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 11:25:16 +02:00
parent cc616c9d53
commit 34899f34f2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -21,5 +21,4 @@ skip_mta = False
smtp_host = {{ smtp_host }}
smtp_password = {{ smtp_passwd }}
smtp_port = {{ smtp_port }}
smtp_starttls = True
smtp_username = {{ mail_from }}
smtp_starttls = {{ smtp_starttls }}

View File

@ -13,5 +13,6 @@ keycloak_url: "https://id.autonomic.zone"
mail_from: "alerta-noreply@autonomic.zone"
mail_to: "kaboom@autonomic.zone"
smtp_host: "mail.gandi.net"
smtp_username: "alerta-noreply"
smtp_port: "587"
smtp_starttls: "True"
smtp_username: "alerta-noreply"