Skip to content

Commit 74316f6

Browse files
committed
update app.json
1 parent 5e2d106 commit 74316f6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

app.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,27 @@
1313
"quantity": 1,
1414
"size": "standard-2x"
1515
}
16+
},
17+
"env": {
18+
"ENCRYPTION_PASSWORD": {
19+
"description": "The encryption password used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
20+
"required": false
21+
},
22+
"ENCRYPTION_SALT": {
23+
"description": "The encryption salt used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
24+
"required": false
25+
},
26+
"CORS_ALLOWED_DOMAINS": {
27+
"description": "If not filled, the default value is *",
28+
"required": false
29+
},
30+
"MONGODB_URI": {
31+
"description": "Your Mongo Database URI.",
32+
"required": false
33+
},
34+
"REDIS_URL": {
35+
"description": "Your Redis Database URI.",
36+
"required": false
37+
}
1638
}
1739
}

0 commit comments

Comments
 (0)