2017-04-19 15:11:39 +05:30
|
|
|
# Variables with all small letters are debian specific
|
|
|
|
# Variables with all caps are passed to gitlab app
|
2016-02-04 13:31:45 +05:30
|
|
|
RAILS_ENV=production
|
|
|
|
DB=postgres
|
2019-01-05 16:20:14 +05:30
|
|
|
# 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/"
|
2016-02-18 14:31:41 +05:30
|
|
|
gitlab_app_root=/usr/share/gitlab
|
2016-02-04 13:31:45 +05:30
|
|
|
gitlab_data_dir=/var/lib/gitlab
|
2016-02-15 19:24:59 +05:30
|
|
|
gitlab_pid_path=/run/gitlab
|
2017-03-21 20:11:34 +05:30
|
|
|
gitlab_log_dir=/var/log/gitlab
|