Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
provision opbeat on heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Nov 16, 2016
1 parent 23c72b5 commit 3e7ea26
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"TWILIO_AUTH_TOKEN": {
"description": "Your Twilio account Auth Token",
"value": ""
"value": ""
},
"TWILIO_FROM_NUM": {
"description": "The Twilio number you want to send from",
Expand Down Expand Up @@ -76,32 +76,13 @@
"description": "Elvanto API Key",
"value": "",
"required": false
},
"OPBEAT_APP_ID": {
"value": "",
"required": false
},
"OPBEAT_ORGANIZATION_ID": {
"value": "",
"required": false
},
"OPBEAT_SECRET_TOKEN": {
"value": "",
"required": false
},
"OPBEAT_JS_APP_ID": {
"value": "",
"required": false
},
"OPBEAT_JS_ORG_ID": {
"value": "",
"required": false
}
},
"addons": [
"heroku-postgresql:hobby-dev",
"heroku-redis",
"papertrail:choklad",
"opbeat:free",
"scheduler:standard"
]
}

0 comments on commit 3e7ea26

Please sign in to comment.