kaps_app/config/env_init
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

8 lines
180 B
Plaintext

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