diff --git a/blueprints/lowcoder/template.toml b/blueprints/lowcoder/template.toml index ff6e3ee..18697f8 100644 --- a/blueprints/lowcoder/template.toml +++ b/blueprints/lowcoder/template.toml @@ -10,7 +10,7 @@ port = 3000 host = "${main_domain}" [config.env] -ENABLE_USER_SIGN_UP = "false" +ENABLE_USER_SIGN_UP = false ENCRYPTION_PASSWORD = "${encryption_password}" ENCRYPTION_SALT = "${encryption_salt}" CORS_ALLOWED_DOMAINS = "*"