8 lines
264 B
Text
8 lines
264 B
Text
# Variables with all small letters are debian specific
|
|
# Variables with all caps are passed to gitlab app
|
|
RAILS_ENV=production
|
|
DB=postgres
|
|
gitlab_app_root=/usr/share/gitlab
|
|
gitlab_data_dir=/var/lib/gitlab
|
|
gitlab_pid_path=/run/gitlab
|
|
gitlab_log_dir=/var/log/gitlab
|