Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-28 16:48:00 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-31 14:19:37 +0400
commiteeeaaa4bc136c30db7d276cdcba4739937157663 (patch)
tree0adac6281c3c1c9953ac8f4d704f8ca39a4fffdd /config
parent200eeea2587d36a90f8308425887e953c48eecbc (diff)
Explain the default repository_downloads_path
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index cb4b8c73a42..d9ac1c02ef5 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -78,6 +78,7 @@ production: &base
## Repository downloads directory
# When a user clicks e.g. 'Download zip' on a project, a temporary zip file is created in the following directory.
+ # The default is 'tmp/repositories' relative to the root of the Rails app.
# repository_downloads_path: tmp/repositories
## External issues trackers