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"