Skip to content
Commits on Source (2)
......@@ -45,6 +45,7 @@ database:
## email ##
email:
notif_from: "Your Friendly %(app)s homeserver <noreply@{{ SYNAPSE_SERVER_NAME }}>"
smtp_host: "{{ SYNAPSE_SMTP_HOST }}"
smtp_pass: "{{ SYNAPSE_SMTP_PASS }}"
smtp_port: "{{ SYNAPSE_SMTP_PORT }}"
......
......@@ -15,6 +15,7 @@ location = /.well-known/matrix/client {
}
if ($scheme = https) {
add_header Content-Type "application/json; charset=utf-8";
add_header Access-Control-Allow-Origin *;
return 200 "{\"m.homeserver\": { \"base_url\": \"https://matrix.shore.co.il\" } }";
}
}