forked from EnterpriseDB/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 611 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "edb_docs",
"env": {
"DOMAIN": {
"required": false
},
"IS_STAGING": {
"required": true,
"value": false
},
"HOST": {
"required": true,
"value": "0.0.0.0"
},
"YARN_PRODUCTION": {
"required": true,
"value": "false"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "https://github.com/dmathieu/heroku-buildpack-submodules"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-static"
}
]
}