Commit 05fa1f167c05c13b269b104de33dc7a38f34e347
1 parent
c81d4ab4
Exists in
master
and in
4 other branches
Added hooks_path option example
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -33,6 +33,7 @@ app: |
33 | 33 | git_host: |
34 | 34 | admin_uri: git@localhost:gitolite-admin |
35 | 35 | base_path: /home/git/repositories/ |
36 | + # hooks_path: /var/lib/gitolite/.gitolite/hooks/ # only needed when gitolite is not installed according the manual | |
36 | 37 | # host: localhost |
37 | 38 | git_user: git |
38 | 39 | upload_pack: true | ... | ... |