summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-06-29 13:58:20 -0400
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-06-29 13:58:20 -0400
commit18b4d39ac7172cb02cec63e7bf1cc21807a9b3f0 (patch)
tree810dd76a8b3bea1048e5951cefd4d1eeee5aaefd /config.yml.example
parent5a6d71d143a6ea5f9747b25304aafa902ed381d0 (diff)
downloadgitlab-shell-18b4d39ac7172cb02cec63e7bf1cc21807a9b3f0.tar.gz
Refactor repository paths handling to allow multiple git mount pointsshards
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.yml.example b/config.yml.example
index eff354d..166e384 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -24,12 +24,6 @@ http_settings:
# ca_path: /etc/pki/tls/certs
self_signed_cert: false
-# Repositories path
-# Give the canonicalized absolute pathname,
-# REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
-# Check twice that none of the components is a symlink, including "/home".
-repos_path: "/home/git/repositories"
-
# File used as authorized_keys for gitlab user
auth_file: "/home/git/.ssh/authorized_keys"