sync gitlab-shell config.yml with upstream

This commit is contained in:
Sameer Naik 2017-01-28 20:58:13 +05:30 committed by GitHub
parent f54d8199f3
commit dca8b41a10

View File

@ -28,9 +28,13 @@ http_settings:
auth_file: "{{GITLAB_HOME}}/.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: "{{GITLAB_SHELL_INSTALL_DIR}}/.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: "{{GITLAB_SHELL_INSTALL_DIR}}//hooks"
# Redis settings used for pushing commit notices to gitlab
redis:
bin: /usr/bin/redis-cli