Commit 4c757e916129ebd691a60137c2b09e7e14e8e38c
1 parent
380f5a30
Exists in
spb-stable
and in
1 other branch
Change relative url and correct git location
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -26,7 +26,7 @@ production: &base |
26 | 26 | |
27 | 27 | # WARNING: See config/application.rb under "Relative url support" for the list of |
28 | 28 | # other files that need to be changed for relative url support |
29 | - # relative_url_root: /gitlab | |
29 | + relative_url_root: /gitlab | |
30 | 30 | |
31 | 31 | # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') |
32 | 32 | # user: git |
... | ... | @@ -223,7 +223,7 @@ production: &base |
223 | 223 | # CAUTION! |
224 | 224 | # Use the default values unless you really know what you are doing |
225 | 225 | git: |
226 | - bin_path: /usr/bin/git | |
226 | + bin_path: /usr/local/bin/git | |
227 | 227 | # The next value is the maximum memory size grit can use |
228 | 228 | # Given in number of bytes per git object (e.g. a commit) |
229 | 229 | # This value can be increased if you have very large commits | ... | ... |