8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
|
APP_RUBY=1.9.3-p0
|
|
ENV=production
|
|
APP_ROOT=/srv/www/web/chasselay_app/current/
|
|
GEM_HOME=/srv/www/web/.rvm/gems/ruby-$APP_RUBY
|
|
UNICORN_OPTS="-D -E ${ENV} -c ${APP_ROOT}/config/unicorn.rb"
|
|
|