update gitlab-shell path

This commit is contained in:
Praveen Arimbrathodiyil 2015-11-08 23:04:50 +05:30
parent e6f6742539
commit 8b8eb0955f

6
debian/gitlab.yml vendored
View file

@ -323,11 +323,11 @@ production: &base
## GitLab Shell settings
gitlab_shell:
path: /home/git/gitlab-shell/
path: /usr/share/gitlab-shell/
# REPOS_PATH MUST NOT BE A SYMLINK!!!
repos_path: /home/git/repositories/
hooks_path: /home/git/gitlab-shell/hooks/
repos_path: /var/lib/gitlab/repositories/
hooks_path: /usr/share/gitlab-shell/hooks/
# File that contains the secret key for verifying access for gitlab-shell.
# Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).