diff options
-rw-r--r-- | config.yml.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.yml.example b/config.yml.example index 959954f..658839d 100644 --- a/config.yml.example +++ b/config.yml.example @@ -31,10 +31,6 @@ auth_file: "/home/git/.ssh/authorized_keys" # 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" - # Log file. # Default is gitlab-shell.log in the root directory. # log_file: "/home/git/gitlab-shell/gitlab-shell.log" |