Sha256: d9ba3205cd194b289aa0ebbf7e9c6558170f2dabcc673b01eed767c98dee2afa

Contents?: true

Size: 1.14 KB

Versions: 7

Compression:

Stored size: 1.14 KB

Contents

{
  "scripts": {
    "postdeploy": "bin/heroku-postdeploy"
  },
  "env": {
    "BUNDLE_WITHOUT": "development:test:production",
    "DISABLE_DATABASE_ENVIRONMENT_CHECK": "1",
    "JEMALLOC_ENABLED": "true",
    "LANG": "en_US.UTF-8",
    "MALLOC_ARENA_MAX": "2",
    "NODE_ENV": "production",
    "RACK_ENV": "staging",
    "RAILS_ENV": "staging",
    "RAILS_LOG_TO_STDOUT": "enabled",
    "RAILS_MASTER_KEY": {
      "required": true
    },
    "RAILS_MAX_THREADS": "5",
    "RAILS_SERVE_STATIC_FILES": "enabled",
    "REDIS_PROVIDER": "REDISTOGO_URL",
    "ROLLBAR_ACCESS_TOKEN": {
      "required": true
    },
    "ROLLBAR_ENDPOINT": {
      "required": true
    },
    "ROLLBAR_ENV": "staging",
    "SECRET_KEY_BASE": {
      "generator": "secret"
    },
    "SIDEKIQ_CONCURRENCY": "5",
    "WEB_CONCURRENCY": "2"
  },
  "addons": [
    "memcachier:dev",
    "logentries:le_tryit",
    "heroku-postgresql:hobby-dev",
    "redistogo:nano"
  ],
  "buildpacks": [
    {
      "url": "https://github.com/gaffneyc/heroku-buildpack-jemalloc.git"
    },
    {
      "url": "heroku/nodejs"
    },
    {
      "url": "heroku/ruby"
    }
  ],
  "stack": "heroku-18"
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jt_tools-0.0.14 lib/install/app.json
jt_tools-0.0.13 lib/install/app.json
jt_tools-0.0.12 lib/install/app.json
jt_tools-0.0.11 lib/install/app.json
jt_tools-0.0.10 lib/install/app.json
jt_tools-0.0.9 lib/install/app.json
jt_tools-0.0.8 lib/install/app.json