Skip to content

Commit e0d66af

Browse files
committed
Add Heroku generated app.json
1 parent 4541b93 commit e0d66af

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "RESTfullAPI",
3+
"scripts": {
4+
},
5+
"env": {
6+
},
7+
"formation": {
8+
"web": {
9+
"quantity": 1
10+
}
11+
},
12+
"addons": [
13+
14+
],
15+
"buildpacks": [
16+
{
17+
"url": "heroku/nodejs"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)