diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-10 21:03:37 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-10 21:03:37 +0300 |
commit | 46b92499f1778775e31a1c27cfd1013586cd9cdf (patch) | |
tree | de78dbd5620610ba7379f65edcded45d64241efa /config.yml.example | |
parent | fd677db79be3dfa92e77f7a664a65c6aa24607ff (diff) | |
parent | 9beb1c49fc2e708d5291420f39771264e89d9328 (diff) | |
download | gitlab-shell-46b92499f1778775e31a1c27cfd1013586cd9cdf.tar.gz |
Merge pull request #212 from jirutka/patch-1
Allow to configure location of the secret file
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 1173ad0..9dc30db 100644 --- a/config.yml.example +++ b/config.yml.example @@ -25,6 +25,10 @@ repos_path: "/home/git/repositories" # File used as authorized_keys for gitlab user 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. +# secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret" + # Redis settings used for pushing commit notices to gitlab redis: bin: /usr/bin/redis-cli |