From aab0aff985e7997413ced5d3bf51c910e285c613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:06:06 +0100 Subject: [PATCH] fix --- conf/config.json | 8 ++++++-- config_panel.toml | 7 ------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/conf/config.json b/conf/config.json index a1c1ad3..0d2955f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,11 @@ { "default_server_config": { - "m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" }, - "m.identity_server": {"base_url": "https://vector.im"} + "m.homeserver": { + "base_url": "https://__DEFAULT_HOME_SERVER__" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } }, "brand": "Element", "integrations_ui_url": "https://scalar.vector.im/", diff --git a/config_panel.toml b/config_panel.toml index e1bd81e..80cb82f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,13 +6,6 @@ name = "Element configuration" [main.config] name = "Configuration Options" - [main.config.default_home_server] - ask = "Default Home Server" - type = "string" - default = "matrix.org" - help = "Define the Default Home Server." - bind = ":/var/www/__APP__/config.json" - [main.config.login_for_welcome] ask = "Display login as welcome page" type = "boolean"