app.json 452 Bytes
{
  "name": "errbit",
  "description": "The open source error catcher that's Airbrake API compliant",
  "keywords": ["productivity", "tools", "error tracking"],
  "repository": "https://github.com/errbit/errbit",
  "env": {
    "ERRBIT_ENFORCE_SSL": "true",
    "GEMFILE_RUBY_VERSION": "2.2.3",
    "SECRET_KEY_BASE": {
      "generator": "secret"
    }
  },
  "addons": [
    "mongolab:sandbox",
    "scheduler:standard",
    "sendgrid:starter"
  ]
}