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