diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/git-lfs-support.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/doc/usage/git-lfs-support.md b/docs/content/doc/usage/git-lfs-support.md index a8f935de2b..8b2c997bf9 100644 --- a/docs/content/doc/usage/git-lfs-support.md +++ b/docs/content/doc/usage/git-lfs-support.md @@ -21,8 +21,10 @@ To use Gitea's built-in LFS support, you must update the `app.ini` file: [server] ; Enables git-lfs support. true or false, default is false. LFS_START_SERVER = true + +[lfs] ; Where your lfs files reside, default is data/lfs. -LFS_CONTENT_PATH = /home/gitea/data/lfs +PATH = /home/gitea/data/lfs ``` **Note**: LFS server support needs at least Git v2.1.2 installed on the server |