---
addons:
- heroku-postgresql
config_vars:
  LANG: en_US.UTF-8
  RAILS_ENV: production
  RACK_ENV: production
  SECRET_KEY_BASE: 6bdce6ad5482f0f8dd163c441eb3e242814205a3663bf3ddf714284f9e614d4a758e9e4b3bd1ee0630ce38e3280958baa5f8a5cf96e93138027d5bcdadf0030c
  RAILS_SERVE_STATIC_FILES: enabled
  RAILS_LOG_TO_STDOUT: enabled
default_process_types:
  rake: bundle exec rake
  console: bin/rails console
  web: bin/rails server -p ${PORT:-5000} -e $RAILS_ENV
  worker: bundle exec rake jobs:work
