Update homeserver.yaml to match the one in Synapse v1.41.0

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1247
This commit is contained in:
Slavi Pantaleev
2021-08-25 09:51:42 +03:00
parent bb0e59de48
commit a4db9557db
2 changed files with 54 additions and 44 deletions

View File

@ -470,6 +470,7 @@ matrix_synapse_email_smtp_port: 587
matrix_synapse_email_smtp_require_transport_security: false
matrix_synapse_email_notif_from: "Matrix <matrix@{{ matrix_domain }}>"
matrix_synapse_email_client_base_url: "https://{{ matrix_server_fqn_element }}"
matrix_synapse_email_invite_client_location: "https://app.element.io"
# Enable this to activate the REST auth password provider module.