diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-09-17 11:07:08 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:41 +0200 |
commit | f6fd4b8da52eec73041f84f7fb8786250e5b3dab (patch) | |
tree | a202ac6f188fd7acf0caaedce36c045e2a0792ba /doc/workflow | |
parent | 2c06a13854f634cd2969763e7f507dfcaa5d7618 (diff) | |
download | gitlab-ce-f6fd4b8da52eec73041f84f7fb8786250e5b3dab.tar.gz |
Document that LFS is enabled by default
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2941.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/lfs/lfs_administration.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |