This commit is contained in:
parent
6e4b77f1c9
commit
bfb73d1057
@ -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 }}"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user