Skip to content

Commit

Permalink
add paper trail as add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Sep 26, 2014
1 parent 80206e2 commit 91a317c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
],
"addons": [
"scheduler",
"sendgrid"
"sendgrid",
"papertrail"
],
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-ruby",
"SENDGRID_EMAIL": "youremail@example.com",
"BITSTAMP_CLIENT_ID": "CHANGE_ME",
"BITSTAMP_KEY": "CHANGE_ME",
"BITSTAMP_SECRET": "CHANGE_ME",
Expand Down

0 comments on commit 91a317c

Please sign in to comment.