File tree 2 files changed +3
-1
lines changed
docs/content/doc/advanced 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ LFS_START_SERVER = false
189
189
LFS_CONTENT_PATH = data/lfs
190
190
; LFS authentication secret, change this yourself
191
191
LFS_JWT_SECRET =
192
+ ; LFS authentication validity period in minutes, pushes taking longer than this may fail.
193
+ LFS_HTTP_AUTH_EXPIRY_MINUTES = 20
192
194
193
195
; Define allowed algorithms and their minimum key length (use -1 to disable a type)
194
196
[ssh.minimum_key_sizes]
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
115
115
- ` LFS_START_SERVER ` : ** false** : Enables git-lfs support.
116
116
- ` LFS_CONTENT_PATH ` : ** ./data/lfs** : Where to store LFS files.
117
117
- ` LFS_JWT_SECRET ` : ** \< empty\> ** : LFS authentication secret, change this a unique string.
118
- - ` LFS_HTTP_AUTH_EXPIRY_MINUTES ` : ** 5 ** : LFS authentication validity period in minutes, pushes taking longer than this may fail.
118
+ - ` LFS_HTTP_AUTH_EXPIRY_MINUTES ` : ** 20 ** : LFS authentication validity period in minutes, pushes taking longer than this may fail.
119
119
- ` REDIRECT_OTHER_PORT ` : ** false** : If true and ` PROTOCOL ` is https, redirects http requests
120
120
on another (https) port.
121
121
- ` PORT_TO_REDIRECT ` : ** 80** : Port used when ` REDIRECT_OTHER_PORT ` is true.
You can’t perform that action at this time.
0 commit comments