Skip to content

Commit 2da8204

Browse files
author
Drew Blessing
committed
Clarify LFS configuration
1 parent c87adc4 commit 2da8204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/workflow/lfs/lfs_administration.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ In `/etc/gitlab/gitlab.rb`:
2323

2424
```ruby
2525
gitlab_rails['lfs_enabled'] = false
26+
27+
# Optionally, change the storage path location. Defaults to
28+
# `#{gitlab_rails['shared_path']}/lfs-objects`. Which evaluates to
29+
# `/var/opt/gitlab/gitlab-rails/shared/lfs-objects` by default.
2630
gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
2731
```
2832

0 commit comments

Comments
 (0)