diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-26 13:42:09 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-26 13:42:09 +0100 |
commit | 0b082b348b517af854265eaff530b2b6d3cfd7b2 (patch) | |
tree | ff1fb4d22af94e7577533ca915d79a1c667df9d8 /config/gitlab.yml.example | |
parent | 0bb50ea081e6817e6d67c4f1dbe08f3d2fd720e1 (diff) | |
download | gitlab-ce-0b082b348b517af854265eaff530b2b6d3cfd7b2.tar.gz |
Start putting shared files in "shared"
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 8b85981497a..ad0f76e8d04 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 + |