---
addons:
- heroku-postgresql
config_vars:
  LANG: en_US.UTF-8
  RAILS_ENV: production
  RACK_ENV: production
  SECRET_KEY_BASE: d14382729a7854ae8accf628d2fc8b6e35c104b90df80d25c1d2ddce02e9ba7eb4f4cf64a63c04648150bc865d36884cef91455d96e7f5a47f4fa723dd516ffc
  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
