From 6da2c6d3c39cdf63cb54b98f9286f1c3daddebab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Thu, 11 Apr 2024 21:24:31 +0200 Subject: [PATCH] fix: small fix in config.yaml --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index e7a9e65..526ac0c 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -1,7 +1,7 @@ # Homeserver details. homeserver: # The address that this appservice can use to connect to the homeserver. - address: https://matrix.example.com + address: https://__DOMAIN__ # The domain of the homeserver (also known as server_name, used for MXIDs, etc). domain: __SERVER_NAME__