update homeserver.yaml

This commit is contained in:
Waylon Walker 2023-11-05 18:31:39 -06:00 committed by Waylon Walker
parent d20e1b18cc
commit c6a122f70e

View file

@ -9,7 +9,7 @@
# For more information on how to configure Synapse, including a complete accounting of
# each option, go to docs/usage/configuration/config_documentation.md or
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
server_name: "matrix.local.waylonwalker.com"
server_name: "dev-matrix.wayl.one"
pid_file: /data/homeserver.pid
listeners:
- port: 8008
@ -34,6 +34,4 @@ form_secret: "uZvi=OI+;Mf9wI:rXA-1Vt=QX:OD5NKot6.DnybItdsw2*g=+d"
signing_key_path: "/data/my.matrix.host.signing.key"
trusted_key_servers:
- server_name: "matrix.org"
# vim:ft=yaml