Skip to content
Snippets Groups Projects
Verified Commit 954fa0ad authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix zulip smtp port typo

parent 27e0de6c
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ data:
SECRETS_email_password: "${outgoing_mail_smtp_password}"
SETTING_EMAIL_HOST: '${outgoing_mail_smtp_host}'
SETTING_EMAIL_HOST_USER: '${outgoing_mail_smtp_user}'
SETTING_EMAIL_PORT: '${outgoing_mail_smtp_host}'
SETTING_EMAIL_PORT: '${outgoing_mail_smtp_port}'
SETTING_EMAIL_USE_SSL: 'False'
SETTING_EMAIL_USE_TLS: 'True'
ZULIP_AUTH_BACKENDS: 'EmailAuthBackend'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment