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