-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
app.json
48 lines (48 loc) · 833 Bytes
/
app.json
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
40
41
42
43
44
45
46
47
48
{
"name": "hylo-evo",
"stack": "heroku-20",
"scripts": {
},
"env": {
"API_HOST": {
"required": true
},
"FILEPICKER_API_KEY": {
"required": true
},
"MAPBOX_TOKEN": {
"required": true
},
"NODE_MODULES_CACHE": {
"required": true
},
"NPM_CONFIG_PRODUCTION": {
"required": true
},
"PROXY_HOST": {
"required": true
},
"SOCKET_HOST": {
"required": true
},
"ROLLBAR_CLIENT_TOKEN": {
"required": true
},
"MIXPANEL_TOKEN": {
"required": true
},
"ROLLBAR_ENV": "reviewApp",
"INTERCOM_APP_ID": {
"required": true
}
},
"formation": {
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/Hylozoic/heroku-buildpack-nodejs.git#run-webpack-build-v182"
}
]
}