summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2015-02-08 22:44:25 +0100
committerJakub Jirutka <jakub@jirutka.cz>2015-02-08 22:46:57 +0100
commit9beb1c49fc2e708d5291420f39771264e89d9328 (patch)
tree5d6e54bd0d613c470fda7067b7a4fffdbe25655b /config.yml.example
parent6d23be22d907ad8328169d36712ea36d36107b93 (diff)
downloadgitlab-shell-9beb1c49fc2e708d5291420f39771264e89d9328.tar.gz
Allow to configure location of the secret file
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 97b5006..000ba4b 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