From 2a541ab866ad7d691c2f0287c9ead001a41656fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:36:34 +0200 Subject: [PATCH] desactivate config panel --- config_panel.toml => config_panel.toml.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename config_panel.toml => config_panel.toml.example (85%) diff --git a/config_panel.toml b/config_panel.toml.example similarity index 85% rename from config_panel.toml rename to config_panel.toml.example index 544088f..91d483a 100644 --- a/config_panel.toml +++ b/config_panel.toml.example @@ -9,6 +9,5 @@ name = "Element configuration" [main.config.default_home_server] ask = "Choose a home server" type = "string" - default = "matrix.org" - help = "Choose your default Matrix server's domain name. Default is matrix.org" + help = "Choose your default Matrix server's domain name. Default is https://matrix.org" bind = "m.homeserver:__FINALPATH__/config.json"