File: //opt/openproject/tmp/heroku-buildpack-release-step.yml
---
addons:
- heroku-postgresql
config_vars:
LANG: en_US.UTF-8
RAILS_ENV: production
RACK_ENV: production
SECRET_KEY_BASE: 93e86dc126842789102ca361d12a6ef1aeff80970b4521b18b13abfe95ca534138d7fbff37385409bda70502016f04f7072f2f6b411c74d64676872c7a265133
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