mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Fix server_name
This commit is contained in:
parent
2077261eba
commit
8123b81352
1 changed files with 1 additions and 1 deletions
|
@ -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: __DOMAIN__
|
server_name: __SERVER_NAME__
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue