freebsd-ports/www/gitlab/files/patch-config_gitlab.yml.example
Torsten Zuehlsdorff c488755cf7 www/gitlab: Update from 8.8.7 to 8.9.6
Changes: https://github.com/gitlabhq/gitlabhq/blob/v8.9.6/CHANGELOG

Approved by: junovitch (mentor, implicit)
2016-08-10 14:30:22 +00:00

26 lines
1 KiB
Text

--- config/gitlab.yml.example.orig 2016-07-11 19:38:44 UTC
+++ config/gitlab.yml.example
@@ -451,11 +451,11 @@ production: &base
## GitLab Shell settings
gitlab_shell:
- path: /home/git/gitlab-shell/
+ path: /usr/local/share/gitlab-shell/
# REPOS_PATH MUST NOT BE A SYMLINK!!!
- 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).
@@ -472,7 +472,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git:
- bin_path: /usr/bin/git
+ bin_path: /usr/local/bin/git
# The next value is the maximum memory size grit can use
# Given in number of bytes per git object (e.g. a commit)
# This value can be increased if you have very large commits