From eeeaaa4bc136c30db7d276cdcba4739937157663 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 28 Mar 2014 13:48:00 +0100 Subject: Explain the default repository_downloads_path --- config/gitlab.yml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3