From c802eb8f7fdd71a0df1cf4aa8f9a19d3d00e4ffe Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 17 Sep 2017 11:07:08 +0000 Subject: Document that LFS is enabled by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2941. Signed-off-by: Rémy Coutable --- doc/workflow/lfs/lfs_administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/lfs/lfs_administration.md b/doc/workflow/lfs/lfs_administration.md index 6ac3bb8c0b4..3f9ffedd61a 100644 --- a/doc/workflow/lfs/lfs_administration.md +++ b/doc/workflow/lfs/lfs_administration.md @@ -24,7 +24,7 @@ There are various configuration options to help GitLab server administrators: In `/etc/gitlab/gitlab.rb`: ```ruby -# Change to true to enable lfs +# Change to true to enable lfs - enabled by default if not defined gitlab_rails['lfs_enabled'] = false # Optionally, change the storage path location. Defaults to -- cgit v1.2.1