From 4c757e916129ebd691a60137c2b09e7e14e8e38c Mon Sep 17 00:00:00 2001 From: Gustavo Jaruga Cruz Date: Mon, 14 Jul 2014 10:58:23 -0300 Subject: [PATCH] Change relative url and correct git location --- config/gitlab.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index d861429..2e771b0 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -26,7 +26,7 @@ production: &base # WARNING: See config/application.rb under "Relative url support" for the list of # other files that need to be changed for relative url support - # relative_url_root: /gitlab + relative_url_root: /gitlab # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') # user: git @@ -223,7 +223,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 -- libgit2 0.21.2