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