Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lornatumuhairwe committed Sep 22, 2017
1 parent df137bf commit f8e4ff6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "healthchecks-invincibles",
"scripts": {
},
"env": {
"DEBUG": {
"required": true
},
"SENDGRID_API_KEY": {
"required": true
},
"SITE_ROOT": {
"required": true
},
"TELEGRAM_BOT_TOKEN": {
"required": true
},
"TWILIO_ACCOUNT_SID": {
"required": true
},
"TWILIO_AUTH_TOKEN": {
"required": true
},
"TWILIO_NUMBER": {
"required": true
}
},
"formation": {
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}

0 comments on commit f8e4ff6

Please sign in to comment.