diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-28 13:48:00 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-31 12:19:37 +0200 |
commit | eeeaaa4bc136c30db7d276cdcba4739937157663 (patch) | |
tree | 0adac6281c3c1c9953ac8f4d704f8ca39a4fffdd /config | |
parent | 200eeea2587d36a90f8308425887e953c48eecbc (diff) | |
download | gitlab-ce-eeeaaa4bc136c30db7d276cdcba4739937157663.tar.gz |
Explain the default repository_downloads_path
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
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 |