diff --git a/config_panel.toml b/config_panel.toml index 9e0545d..8be770a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,20 +10,17 @@ services = ["__APP__"] [main.config.registration_enabled] ask = "Enable registration" type = "boolean" - Default= true help = "Allow/Forbid Invidious (local) account creation" bind = "registration_enabled:__FINALPATH__/config/config.yml" [main.config.login_enabled] ask = "Enable login" type = "boolean" - Default= true help = "Allow/Forbid users to log-in" bind = "login_enabled:__FINALPATH__/config/config.yml" [main.config.captcha_enabled] ask = "Enable captcha" type = "boolean" - Default= true help = "Enable/Disable the captcha challenge on the login page" bind = "captcha_enabled:__FINALPATH__/config/config.yml" \ No newline at end of file