diff options
| author | Marin Jankovski <maxlazio@gmail.com> | 2015-11-18 11:06:12 +0100 |
|---|---|---|
| committer | Marin Jankovski <maxlazio@gmail.com> | 2015-11-19 10:42:46 +0100 |
| commit | 060e59f05436f29640f6890c69426be1cd79e5cd (patch) | |
| tree | 72de0092fb3487925e5fc21e7d4cb9055ce08cca /config/gitlab.yml.example | |
| parent | bf3c0aafaa17c2e322d225180fd9708ec2827ac4 (diff) | |
| download | gitlab-ce-060e59f05436f29640f6890c69426be1cd79e5cd.tar.gz | |
Lfs on by default.
Diffstat (limited to 'config/gitlab.yml.example')
| -rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 8fdb2603ce8..1788d4c2c7c 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -126,7 +126,7 @@ production: &base ## Git LFS lfs: - enabled: false + enabled: true # The location where LFS objects are stored (default: shared/lfs-objects). # storage_path: shared/lfs-objects |
