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