chaix_app/config/env_init
Nicolas Bally 6a8e471b82 intial
2019-02-01 13:53:57 +01:00

8 lines
181 B
Plaintext

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