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