Skip to content
Snippets Groups Projects
Commit 2da8204f authored by Drew Blessing's avatar Drew Blessing
Browse files

Clarify LFS configuration

parent c87adc4e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,6 +23,10 @@ In `/etc/gitlab/gitlab.rb`:
 
```ruby
gitlab_rails['lfs_enabled'] = false
# Optionally, change the storage path location. Defaults to
# `#{gitlab_rails['shared_path']}/lfs-objects`. Which evaluates to
# `/var/opt/gitlab/gitlab-rails/shared/lfs-objects` by default.
gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment