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"