blog_eft_app/config/env_init
2019-07-23 17:10:12 +02:00

7 lines
188 B
Plaintext

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