forked from daostack/alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 652 Bytes
/
app.json
File metadata and controls
39 lines (39 loc) · 652 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
38
39
{
"name": "alchemy",
"description": "",
"scripts": {},
"env": {
"NODE_OPTIONS": {
"required": true,
"value": "--max_old_space_size=2560"
},
"NODE_ENV": {
"required": true,
"value": "production"
},
"NETWORK": {
"required": true,
"value": "rinkeby"
},
"DISQUS_SITE": {
"required": true,
"value": "daostack-alchemy-staging"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"scheduler"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
}
]
}