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