Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkettner committed Oct 18, 2018
1 parent 2191c99 commit ca3f167
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "camerakit-website",
"description": "",
"scripts": {
},
"env": {
"API_URL": {
"required": true
},
"LOGDNA_KEY": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"logdna"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}

0 comments on commit ca3f167

Please sign in to comment.