switch to dendrite server

This commit is contained in:
Tak Wai Wong 2022-03-01 17:45:01 -08:00
parent 264165eb8c
commit c7c77b1af3

View file

@ -33,7 +33,7 @@ version: 2
# Global Matrix configuration. This configuration applies to all components. # Global Matrix configuration. This configuration applies to all components.
global: global:
# The domain name of this homeserver. # The domain name of this homeserver.
server_name: localhost server_name: localhost:8008
# The path to the signing private key file, used to sign requests and events. # The path to the signing private key file, used to sign requests and events.
# Note that this is NOT the same private key as used for TLS! To generate a # Note that this is NOT the same private key as used for TLS! To generate a
@ -223,6 +223,7 @@ federation_api:
# Perspective keyservers to use as a backup when direct key fetches fail. This may # Perspective keyservers to use as a backup when direct key fetches fail. This may
# be required to satisfy key requests for servers that are no longer online when # be required to satisfy key requests for servers that are no longer online when
# joining some rooms. # joining some rooms.
key_perspectives: key_perspectives:
- server_name: matrix.org - server_name: matrix.org
keys: keys:
@ -374,9 +375,9 @@ tracing:
# Logging configuration # Logging configuration
logging: logging:
- type: std - type: std
level: info level: info
- type: file - type: file
# The logging level, must be one of debug, info, warn, error, fatal, panic. # The logging level, must be one of debug, info, warn, error, fatal, panic.
level: info level: info
params: params: