Skip to content

Commit e2c5257

Browse files
committed
Add Heroku generated app.json
1 parent f590b61 commit e2c5257

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

app.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"addons": [
3+
"heroku-postgresql"
4+
],
5+
"buildpacks": [
6+
{
7+
"url": "heroku/nodejs"
8+
}
9+
],
10+
"env": {
11+
"NODE_ENV": {
12+
"required": true
13+
},
14+
"PORT": {
15+
"required": true
16+
},
17+
"SECRET_KEY": {
18+
"required": true
19+
},
20+
"DATABASE_URL": {
21+
"required": true
22+
}
23+
},
24+
"formation": {
25+
"web": {
26+
"quantity": 1
27+
}
28+
},
29+
"name": "postgres-express-node",
30+
"scripts": {
31+
},
32+
"stack": "heroku-18"
33+
}

0 commit comments

Comments
 (0)