From 8370189cdfe153471b8e0423bd3b333c2f67c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:55:33 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 80cb82f..7fdaacf 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,6 +6,15 @@ 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 = "default_home_server:/var/www/__APP__/config.json" + + [main.config.login_for_welcome] ask = "Display login as welcome page" type = "boolean"