Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AceFire6 committed Sep 13, 2019
1 parent 46c0ea4 commit f168950
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"addons": [
"heroku-redis"
],
"buildpacks": [
{
"url": "heroku/python"
}
],
"description": "",
"env": {
"REDIS_URL": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"name": "ordered-arrowverse",
"scripts": {
},
"stack": "heroku-18"
}

0 comments on commit f168950

Please sign in to comment.