---
addons:
- heroku-postgresql
config_vars:
  LANG: en_US.UTF-8
  RAILS_ENV: production
  RACK_ENV: production
  SECRET_KEY_BASE: 103b60efa591ddc02faa6150ea1bb19cb8b47fc10ca4977813c9afdc9d18c43e54113a58253a5d405bf89a89d4c0e62236ee05580559c013ffbe77d9deffe0bb
  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 -e $RAILS_ENV
  worker: bundle exec rake jobs:work
