File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 13
13
"quantity" : 1 ,
14
14
"size" : " standard-2x"
15
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
+ "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
+ }
16
38
}
17
39
}
You can’t perform that action at this time.
0 commit comments