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-10-26 23:30:01 +02:00

8 lines
181 B
Plaintext

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