diff --git a/config/env_init b/config/env_init new file mode 100644 index 0000000..3555436 --- /dev/null +++ b/config/env_init @@ -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" +