Implemented draft for top domain as matrix identifier name

This commit is contained in:
2024-01-19 11:52:08 +01:00
parent 849ed61d38
commit 0aebca62f6
9 changed files with 48 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
server_name: "{{domain_matrix_synapse}}"
server_name: "{{top_domain}}"
pid_file: /data/homeserver.pid
listeners:
- port: 8008

View File

@@ -0,0 +1,3 @@
{
"m.server": "{{synapse_domain}}:443"
}