diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-07-15 16:26:46 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-07-21 10:31:49 -0300 |
commit | d62656b081f8abd5affc764c1f92fc4c787522e7 (patch) | |
tree | 65cf608ea6b3c144423e4a75245fb79858194990 /config | |
parent | 4e40ba93dcfc339ab4baa47ef39e1a570e4fc902 (diff) | |
download | gitlab-ce-d62656b081f8abd5affc764c1f92fc4c787522e7.tar.gz |
Update default path for repository_downloads_path in gitlab.yml.example
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 325eca72862..1470a6e2550 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -106,8 +106,8 @@ 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 + # The default is 'shared/cache/archive/' relative to the root of the Rails app. + # repository_downloads_path: shared/cache/archive/ ## Reply by email # Allow users to comment on issues and merge requests by replying to notification emails. |