This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/config/env_init
2021-08-23 10:26:02 +02:00

8 lines
182 B
Plaintext

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