Skip to content

Commit 80b7889

Browse files
authored
Clarify where server.LFS_CONTENT_PATH was moved to (#16601)
Signed-off-by: ltdk <[email protected]>
1 parent a51cb3d commit 80b7889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
300300
- `LANDING_PAGE`: **home**: Landing page for unauthenticated users \[home, explore, organizations, login\].
301301

302302
- `LFS_START_SERVER`: **false**: Enables git-lfs support.
303-
- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**: DEPRECATED: Default LFS content path. (if it is on local storage.)
303+
- `LFS_CONTENT_PATH`: **%(APP_DATA_PATH)/lfs**: Default LFS content path. (if it is on local storage.) **DEPRECATED** use settings in `[lfs]`.
304304
- `LFS_JWT_SECRET`: **\<empty\>**: LFS authentication secret, change this a unique string.
305305
- `LFS_HTTP_AUTH_EXPIRY`: **20m**: LFS authentication validity period in time.Duration, pushes taking longer than this may fail.
306306
- `LFS_MAX_FILE_SIZE`: **0**: Maximum allowed LFS file size in bytes (Set to 0 for no limit).

0 commit comments

Comments
 (0)