From e8be338e6d6ab54586b0c47141eceb311dca314d Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 11 Sep 2017 19:01:54 +0000 Subject: [PATCH] document that LFS is enabled by default --- 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 bc38c3cf00c0d6..277e2621f20c89 100644 --- a/doc/workflow/lfs/lfs_administration.md +++ b/doc/workflow/lfs/lfs_administration.md @@ -22,7 +22,7 @@ There are two 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 -- GitLab