summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-09-28 22:39:54 +0200
committerGitHub <noreply@github.com>2020-09-28 16:39:54 -0400
commitfeb1a8cabcb038c9281838fb535a3d997e3ba29a (patch)
tree993d1f72831465c64fe5260dcd8b53f11f270af2 /docs
parentffa7dd688023256e19f9916dc1d16751a0281f00 (diff)
downloadgitea-feb1a8cabcb038c9281838fb535a3d997e3ba29a.tar.gz
gitea-feb1a8cabcb038c9281838fb535a3d997e3ba29a.zip
Docs: Add missing SESSION_LIFE_TIME to Config Cheat Sheet (#12968)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index 883f09ff9d..bbeaf47965 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -474,6 +474,7 @@ relation to port exhaustion.
- `COOKIE_SECURE`: **false**: Enable this to force using HTTPS for all session access.
- `COOKIE_NAME`: **i\_like\_gitea**: The name of the cookie used for the session ID.
- `GC_INTERVAL_TIME`: **86400**: GC interval in seconds.
+- `SESSION_LIFE_TIME`: **86400**: Session life time in seconds, default is 86400 (1 day)
## Picture (`picture`)