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