We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2d106 commit 74316f6Copy full SHA for 74316f6
1 file changed
app.json
@@ -13,5 +13,27 @@
13
"quantity": 1,
14
"size": "standard-2x"
15
}
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
25
26
+ "CORS_ALLOWED_DOMAINS": {
27
+ "description": "If not filled, the default value is *",
28
29
30
+ "MONGODB_URI": {
31
+ "description": "Your Mongo Database URI.",
32
33
34
+ "REDIS_URL": {
35
+ "description": "Your Redis Database URI.",
36
37
+ }
38
39
0 commit comments