vulco_app/config/env_init
2019-11-03 16:49:49 +01:00

8 lines
181 B
Plaintext

APP_RUBY=2.6.0
ENV=production
APP_ROOT=/srv/www/web/vulco_app/current/
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"