From 47f31b80cd66bcf2ae83a139fdce2453ea8cf3ed Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 26 Mar 2025 01:49:16 -0600 Subject: [PATCH] Update template.yml --- blueprints/lowcoder/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/lowcoder/template.yml b/blueprints/lowcoder/template.yml index d0b36ba..a669bae 100644 --- a/blueprints/lowcoder/template.yml +++ b/blueprints/lowcoder/template.yml @@ -11,7 +11,7 @@ config: host: ${main_domain} env: - ENABLE_USER_SIGN_UP: false + ENABLE_USER_SIGN_UP: "false" ENCRYPTION_PASSWORD: ${encryption_password} ENCRYPTION_SALT: ${encryption_salt} CORS_ALLOWED_DOMAINS: "*"