From feb1a8cabcb038c9281838fb535a3d997e3ba29a Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Mon, 28 Sep 2020 22:39:54 +0200
Subject: [PATCH] Docs: Add missing SESSION_LIFE_TIME to Config Cheat Sheet
 (#12968)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
---
 docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 +
 1 file changed, 1 insertion(+)

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 883f09ff9..bbeaf4796 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`)