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