Add the server name to the Matrix config
This commit is contained in:
parent
648e3c199a
commit
bf0274676e
|
@ -3,6 +3,7 @@ tls_fingerprints: [{ "sha256": "/HCvvvL0fZZb3BsgA8KIegBijVjk4UCbA9od18BLxOE" }]
|
||||||
pid_file: /run/matrix-synapse.pid
|
pid_file: /run/matrix-synapse.pid
|
||||||
soft_file_limit: 0
|
soft_file_limit: 0
|
||||||
use_presence: true
|
use_presence: true
|
||||||
|
server_name: home.suborbit.com
|
||||||
listeners:
|
listeners:
|
||||||
- port: 8008
|
- port: 8008
|
||||||
tls: false
|
tls: false
|
||||||
|
|
Loading…
Reference in a new issue