diff --git a/config_panel.toml b/config_panel.toml index ace58a7..31324af 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,14 +9,14 @@ name = "Conduit configuration" [main.registration.registration] ask = "Should registration be enabled?" type = "boolean" - yes = true - no = false + yes = "true" + no = "false" bind = "allow_registration:/var/www/__APP__/conduit.toml" [main.registration.disable_federation] ask = "Disable Federation" type = "boolean" - yes = true - no = false + yes = "true" + no = "false" help = "Do not communicate with other homeservers of the Matrix Federation." bind = "allow_federation:/var/www/__APP__/conduit.toml"