]> source.dussan.org Git - gitea.git/commitdiff
Clarify where server.LFS_CONTENT_PATH was moved to (#16601)
authorClar Fon <usr@ltdk.xyz>
Tue, 3 Aug 2021 08:03:04 +0000 (04:03 -0400)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 08:03:04 +0000 (09:03 +0100)
Signed-off-by: ltdk <usr@ltdk.xyz>
docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 41dd0b702eb0ba0eb56e8063eda0b4d20912b96a..9c7bddc8eb7ebd8a7f097af5dc02637d7f3b8341 100644 (file)
@@ -300,7 +300,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
 - `LANDING_PAGE`: **home**: Landing page for unauthenticated users \[home, explore, organizations, login\].
 
 - `LFS_START_SERVER`: **false**: Enables git-lfs support.
-- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**:  DEPRECATED: Default LFS content path. (if it is on local storage.)
+- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**: Default LFS content path. (if it is on local storage.) **DEPRECATED** use settings in `[lfs]`.
 - `LFS_JWT_SECRET`: **\<empty\>**: LFS authentication secret, change this a unique string.
 - `LFS_HTTP_AUTH_EXPIRY`: **20m**: LFS authentication validity period in time.Duration, pushes taking longer than this may fail.
 - `LFS_MAX_FILE_SIZE`: **0**: Maximum allowed LFS file size in bytes (Set to 0 for no limit).