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