Skip to content

Commit eeb07ef

Browse files
committed
Add Heroku generated app.json
1 parent cd66bc0 commit eeb07ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

app.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "SPLASM",
3+
"description": "Auto review changes to staging on pull requests",
4+
"scripts": {
5+
},
6+
"env": {
7+
"CLEARDB_DATABASE_URL": {
8+
"required": true
9+
},
10+
"MONGODB_URI": {
11+
"required": true
12+
}
13+
},
14+
"formation": {
15+
},
16+
"addons": [
17+
"cleardb",
18+
"mongolab"
19+
],
20+
"buildpacks": [
21+
{
22+
"url": "heroku/nodejs"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)