Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosoroohh committed Oct 24, 2018
1 parent 2910b39 commit a6aacc4
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": "ah-maps",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}

0 comments on commit a6aacc4

Please sign in to comment.