-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
58 lines (57 loc) · 1.03 KB
/
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
49
50
51
52
53
54
55
56
57
58
{
"name": "hylo-evo",
"scripts": {
},
"env": {
"API_HOST": {
"required": true
},
"FILEPICKER_API_KEY": {
"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
},
"ROLLBAR_ENV": {
"required": true
},
"MIXPANEL_TOKEN": {
"required": true
},
"INTERCOM_APP_ID": {
"required": true
},
"REDIRECT_TO_APP_STORE": {
"required": true
},
"HOLOCHAIN_WEBSOCKET_URI": {
"required": true
},
"HOLOCHAIN_GRAPHQL_PATH": {
"required": true
},
"COMMUNITY_DNA_INSTANCE_ID": "__community",
"HOLOFUEL_DNA_INSTANCE_ID": "__holofuel"
},
"formation": {
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/Hylozoic/heroku-buildpack-nodejs.git#run-webpack-build"
}
]
}