summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2015-02-16 13:16:26 +0100
committerJakub Jirutka <jakub@jirutka.cz>2015-05-16 21:46:06 +0200
commited3298fc019d224b9048901972ac03e5272a3b25 (patch)
treebbdaea24522778869f106fdfe99f691feb8ccbc7 /config/gitlab.yml.example
parent35729671fb3a123ddeb7b2b1cda446fd661bd4e6 (diff)
downloadgitlab-ce-ed3298fc019d224b9048901972ac03e5272a3b25.tar.gz
Allow to configure gitlab_shell_secret location
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index bd2081688d1..fbc7f515f34 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -245,6 +245,10 @@ production: &base
repos_path: /home/git/repositories/
hooks_path: /home/git/gitlab-shell/hooks/
+ # File that contains the secret key for verifying access for gitlab-shell.
+ # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).
+ # secret_file: /home/git/gitlab/.gitlab_shell_secret
+
# Git over HTTP
upload_pack: true
receive_pack: true