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