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