We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87adc4 commit 2da8204Copy full SHA for 2da8204
doc/workflow/lfs/lfs_administration.md
@@ -23,6 +23,10 @@ In `/etc/gitlab/gitlab.rb`:
23
24
```ruby
25
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.
30
gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
31
```
32
0 commit comments