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