Commit ef1470cb authored by Valery Sizov's avatar Valery Sizov

Merge branch 'add-lfs-enablecomment-docs' into 'master'

Add comment for lfs-enabled

See merge request !2653
parents e2bf2baa a100cd83
...@@ -22,6 +22,7 @@ There are two configuration options to help GitLab server administrators: ...@@ -22,6 +22,7 @@ There are two configuration options to help GitLab server administrators:
In `/etc/gitlab/gitlab.rb`: In `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
# Change to true to enable lfs
gitlab_rails['lfs_enabled'] = false gitlab_rails['lfs_enabled'] = false
# Optionally, change the storage path location. Defaults to # Optionally, change the storage path location. Defaults to
...@@ -35,6 +36,7 @@ gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects" ...@@ -35,6 +36,7 @@ gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
In `config/gitlab.yml`: In `config/gitlab.yml`:
```yaml ```yaml
# Change to true to enable lfs
lfs: lfs:
enabled: false enabled: false
storage_path: /mnt/storage/lfs-objects storage_path: /mnt/storage/lfs-objects
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment