This commit is contained in:
Nicolas Bally 2018-03-28 13:20:52 +02:00
parent 8ebe7daf0b
commit a1bf1276b1

7
config/env_init Normal file
View File

@ -0,0 +1,7 @@
APP_RUBY=2.1.2
ENV=production
APP_ROOT=/srv/www/web/vita_app/current/
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"