diff options
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index 0164830..cf6c91b 100644 --- a/config.yml.example +++ b/config.yml.example @@ -28,9 +28,13 @@ http_settings: auth_file: "/home/git/.ssh/authorized_keys" # File that contains the secret key for verifying access to GitLab. -# Default is .gitlab_shell_secret in the root directory. +# Default is .gitlab_shell_secret in the gitlab-shell directory. # secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret" +# Parent directory for global custom hook directories (pre-receive.d, update.d, post-receive.d) +# Default is hooks in the gitlab-shell directory. +# custom_hooks_dir: "/home/git/gitlab-shell/hooks" + # Redis settings used for pushing commit notices to gitlab redis: bin: /usr/bin/redis-cli |
