summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcfedr <mcfedr@gmail.com>2013-04-22 10:17:39 +0200
committermcfedr <mcfedr@gmail.com>2013-04-22 10:17:39 +0200
commitd0d394fa80ccf9c0b3081f930dd1b277a8073e8e (patch)
treeb7bb068edcb14777b386975e530e8f803fe2c019
parentfc55020536f738f253a4c21285e38fd59e549056 (diff)
downloadgitlab-shell-d0d394fa80ccf9c0b3081f930dd1b277a8073e8e.tar.gz
Add message that repes_path should be real path
In the main gitlab config there is a message that this should be the real path, meaning it looks like it can be the symlinked path in this config, experience shows this is not the case.
-rw-r--r--config.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 26aa28c..4bffe14 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -10,6 +10,7 @@ http_settings:
self_signed_cert: false
# Repositories path
+# REPOS_PATH MUST NOT BE A SYMLINK!!!
repos_path: "/home/git/repositories"
# File used as authorized_keys for gitlab user