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