Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhhiware committed Dec 19, 2017
1 parent 4a95e07 commit 5ae6457
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "c0derunR",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}

0 comments on commit 5ae6457

Please sign in to comment.