You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@
20
20
}
21
21
},
22
22
"env": {
23
-
"ENCRYPTION_PASSWORD": {
23
+
"LOWCODER_DB_ENCRYPTION_PASSWORD": {
24
24
"description":"The encryption password used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
25
25
"required":false
26
26
},
27
-
"ENCRYPTION_SALT": {
27
+
"LOWCODER_DB_ENCRYPTION_SALT": {
28
28
"description":"The encryption salt used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
29
29
"required":false
30
30
},
31
-
"CORS_ALLOWED_DOMAINS": {
31
+
"LOWCODER_CORS_DOMAINS": {
32
32
"description":"The domains supported for CORS requests. All domains are allowed by default. If there are multiple domains, please separate them with commas.",