From 8123b8135291891a5b7ddf804a6eb46b41f6e8b8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 4 Sep 2022 09:53:37 +0200 Subject: [PATCH] Fix server_name --- conf/dendrite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dendrite.yaml b/conf/dendrite.yaml index df29574..5e02c0b 100644 --- a/conf/dendrite.yaml +++ b/conf/dendrite.yaml @@ -33,7 +33,7 @@ version: 2 # Global Matrix configuration. This configuration applies to all components. global: # 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. # Note that this is NOT the same private key as used for TLS! To generate a