update gitlab-shell path
This commit is contained in:
parent
e6f6742539
commit
8b8eb0955f
1 changed files with 3 additions and 3 deletions
6
debian/gitlab.yml
vendored
6
debian/gitlab.yml
vendored
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue