summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-29 11:06:03 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-29 11:06:03 +0000
commitead3ffd7a516911458d84311c4f1b4153f1071b5 (patch)
treeea969651286207e9997ec3bdb3838911f79b139d /config/gitlab.yml.example
parentae99720a40b8e0700891f5828c1a93bcc7673e04 (diff)
parent5ff830cf32908c0efc156e439a0486cfb40eeadb (diff)
downloadgitlab-ce-ead3ffd7a516911458d84311c4f1b4153f1071b5.tar.gz
Merge branch 'shared-file-access' into 'master'
Start putting shared files in "shared" See merge request !1691
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index d3aef44705b..e297f393e3d 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -310,6 +310,10 @@ production: &base
# application_name: 'YOUR_APP_NAME',
# application_password: 'YOUR_APP_PASSWORD' } }
+ # Shared file storage settings
+ shared:
+ # path: /mnt/gitlab # Default: shared
+