diff options
author | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-03 22:39:30 +1000 |
---|---|---|
committer | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-03 22:39:30 +1000 |
commit | f4343c7d2bbde2d4b9674a029867bbe0353616e4 (patch) | |
tree | 44b29f777ae1418b1c858e2aa7cbbece06bafc70 /docker/conf/homeserver.yaml | |
parent | Merge remote-tracking branch 'origin/develop' into shhs (diff) | |
parent | 1.1.0rc2 (diff) | |
download | synapse-f4343c7d2bbde2d4b9674a029867bbe0353616e4.tar.xz |
Merge remote-tracking branch 'origin/develop' into shhs
Diffstat (limited to 'docker/conf/homeserver.yaml')
-rw-r--r-- | docker/conf/homeserver.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml index b0267b1c60..c1110f0f53 100644 --- a/docker/conf/homeserver.yaml +++ b/docker/conf/homeserver.yaml @@ -207,22 +207,3 @@ perspectives: password_config: enabled: true - -{% if SYNAPSE_SMTP_HOST %} -email: - enable_notifs: false - smtp_host: "{{ SYNAPSE_SMTP_HOST }}" - smtp_port: {{ SYNAPSE_SMTP_PORT or "25" }} - smtp_user: "{{ SYNAPSE_SMTP_USER }}" - smtp_pass: "{{ SYNAPSE_SMTP_PASSWORD }}" - require_transport_security: False - notif_from: "{{ SYNAPSE_SMTP_FROM or "hostmaster@" + SYNAPSE_SERVER_NAME }}" - app_name: Matrix - # if template_dir is unset, uses the example templates that are part of - # the Synapse distribution. - #template_dir: res/templates - notif_template_html: notif_mail.html - notif_template_text: notif_mail.txt - notif_for_new_users: True - riot_base_url: "https://{{ SYNAPSE_SERVER_NAME }}" -{% endif %} |