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