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