From f7c71c9c3f9af18baf341f812bece0fc478faeec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 23 Sep 2023 11:18:27 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index e22854a..5744d60 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -11,7 +11,7 @@ name = "Conduit configuration" type = "boolean" yes = "true" no = "false" - bind = "allow_registration:/var/www/__APP__/conduit.toml" + bind = "allow_registration:__INSTALL_DIR__/conduit.toml" [main.registration.federation] ask = "Allow Federation" @@ -19,4 +19,4 @@ name = "Conduit configuration" yes = "true" no = "false" help = "Communicate with other homeservers of the Matrix Federation." - bind = "allow_federation:/var/www/__APP__/conduit.toml" + bind = "allow_federation:__INSTALL_DIR__/conduit.toml"