mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
Remove SMTP_* env var functionality from docker conf
This commit is contained in:
parent
f8b52eb8c5
commit
88a0596565
1 changed files with 0 additions and 19 deletions
|
@ -207,22 +207,3 @@ perspectives:
|
||||||
|
|
||||||
password_config:
|
password_config:
|
||||||
enabled: true
|
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 %}
|
|
||||||
|
|
Loading…
Reference in a new issue