From 061b7131f0aa7c3d1646d88ea24eee416c7478d7 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Thu, 7 Jul 2022 09:34:01 -0400 Subject: [PATCH] Update conf/config.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index d34704b..2e8036a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,6 +1,6 @@ { "default_server_config": { - "m.homeserver": { "base_url": "__DEFAULT_HOME_SERVER__" }, + "m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" }, "m.identity_server": {"base_url": "https://vector.im"} }, "brand": "Element",