Skip to content

Commit feb1a8c

Browse files
6543techknowlogick
andauthored
Docs: Add missing SESSION_LIFE_TIME to Config Cheat Sheet (#12968)
Co-authored-by: techknowlogick <[email protected]>
1 parent ffa7dd6 commit feb1a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ relation to port exhaustion.
474474
- `COOKIE_SECURE`: **false**: Enable this to force using HTTPS for all session access.
475475
- `COOKIE_NAME`: **i\_like\_gitea**: The name of the cookie used for the session ID.
476476
- `GC_INTERVAL_TIME`: **86400**: GC interval in seconds.
477+
- `SESSION_LIFE_TIME`: **86400**: Session life time in seconds, default is 86400 (1 day)
477478

478479
## Picture (`picture`)
479480

0 commit comments

Comments
 (0)