Skip to content

Commit 0a94021

Browse files
committed
Add Heroku generated app.json
1 parent a2d4d40 commit 0a94021

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

app.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "dsp-app",
3+
"description": "Airbus DSP",
4+
"scripts": {
5+
},
6+
"env": {
7+
"REACT_APP_API_BASE_PATH": {
8+
"required": true
9+
},
10+
"REACT_APP_AUTH0_CLIEND_ID": {
11+
"required": true
12+
},
13+
"REACT_APP_AUTH0_DOMAIN": {
14+
"required": true
15+
},
16+
"REACT_APP_GOOGLE_API_KEY": {
17+
"required": true
18+
},
19+
"REACT_APP_SOCKET_URL": {
20+
"required": true
21+
}
22+
},
23+
"formation": {
24+
"web": {
25+
"quantity": 1
26+
}
27+
},
28+
"addons": [
29+
"papertrail"
30+
],
31+
"buildpacks": [
32+
{
33+
"url": "heroku/nodejs"
34+
},
35+
{
36+
"url": "https://github.com/mars/create-react-app-buildpack.git"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)