From 51b3be266600a49a79bf5d3a6d3a5f8fe5425366 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 21:18:41 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index ac5a59e..b1b6bd9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -11,7 +11,7 @@ name = "Element configuration" type = "string" default = "matrix.org" help = "Define the Default Home Server." - bind = "default_home_server:/var/www/__APP__/config.json" + bind = "base_url:/var/www/__APP__/config.json" [main.config.login_for_welcome] ask = "Display login as welcome page"