diff options
Diffstat (limited to 'www/gitlab/files/patch-config_gitlab.yml.example')
| -rw-r--r-- | www/gitlab/files/patch-config_gitlab.yml.example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example index 532cd364a1e9..e2ab46bd4b59 100644 --- a/www/gitlab/files/patch-config_gitlab.yml.example +++ b/www/gitlab/files/patch-config_gitlab.yml.example @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2016-04-22 10:01:37 UTC +--- config/gitlab.yml.example.orig 2016-06-15 01:41:18 UTC +++ config/gitlab.yml.example -@@ -437,11 +437,11 @@ production: &base +@@ -448,11 +448,11 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -8,13 +8,14 @@ + path: /usr/local/share/gitlab-shell/ # REPOS_PATH MUST NOT BE A SYMLINK!!! - repos_path: /home/git/repositories/ +- repos_path: /home/git/repositories/ - hooks_path: /home/git/gitlab-shell/hooks/ ++ repos_path: /usr/home/git/repositories/ + hooks_path: /usr/local/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). -@@ -458,7 +458,7 @@ production: &base +@@ -469,7 +469,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: |
