Set GEM_HOME variable in gitlab-debian.conf

This commit is contained in:
Pirate Praveen 2021-06-21 15:14:12 +05:30
parent 5909466264
commit 81063307aa

View file

@ -2,6 +2,7 @@
# Variables with all caps are passed to gitlab app
RAILS_ENV=production
DB=postgres
GEM_HOME=/var/lib/gitlab/.gem
# This will be replaced by debian/rules at the time of build.
GITLAB_DEBIAN_VERSION="__NEW_VERSION__"
SALSA_TAG_URL="https://salsa.debian.org/ruby-team/gitlab/tags/debian/"