From d82b073d1dda0e41545736fb9ca7da6106e826a9 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 17 Sep 2017 11:07:08 +0000 Subject: [PATCH] document that LFS is enabled by default [skip ci] --- 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