Sha256: be31abc4e4c1b2e9b731af236c080a89ddaadc69198c9d582715e1088791a9c4

Contents?: true

Size: 328 Bytes

Versions: 6

Compression:

Stored size: 328 Bytes

Contents

{
  "name": "<%= app_name %>",
  "description": "A new instance of <%= app_name %>",

  "env": {
    "APP_NAME": "<%= app_name %>",
    "DEPLOYMENT": "production",
    "PLINY_ENV": "production"
  },

  "scripts": {
    "postdeploy": "bundle exec rake db:schema:load db:migrate"
  },

  "addons": [
    "heroku-postgresql"
  ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pliny-0.19.0 lib/template/app.json.erb
pliny-0.18.0 lib/template/app.json.erb
pliny-0.17.1 lib/template/app.json.erb
pliny-0.17.0 lib/template/app.json.erb
pliny-0.16.3 lib/template/app.json.erb
pliny-0.16.2 lib/template/app.json.erb