mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: update ENABLE_USER_SIGN_UP value type in lowcoder template
- Changed the ENABLE_USER_SIGN_UP configuration from a string to a boolean in template.toml for better type consistency.
This commit is contained in:
@@ -10,7 +10,7 @@ port = 3000
|
|||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
|
|
||||||
[config.env]
|
[config.env]
|
||||||
ENABLE_USER_SIGN_UP = "false"
|
ENABLE_USER_SIGN_UP = false
|
||||||
ENCRYPTION_PASSWORD = "${encryption_password}"
|
ENCRYPTION_PASSWORD = "${encryption_password}"
|
||||||
ENCRYPTION_SALT = "${encryption_salt}"
|
ENCRYPTION_SALT = "${encryption_salt}"
|
||||||
CORS_ALLOWED_DOMAINS = "*"
|
CORS_ALLOWED_DOMAINS = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user