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