Skip to content

Commit

Permalink
Merge branch 'master' of github.com:YURAresearch/YURAResearchDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya committed Sep 11, 2017
2 parents 4136f2a + 077e016 commit 0127ca8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "YURAResearchDatabase",
"description": "",
"scripts": {
},
"env": {
"ADMINIUM_URL": {
"required": true
},
"HEROKU_HOST": {
"required": true
},
"NODE_ENV": {
"required": true
}
},
"formation": {
},
"addons": [
"adminium",
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}

0 comments on commit 0127ca8

Please sign in to comment.