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