From 3b170b392c903d3578b0965df9a9a85c8d4f3929 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 6 Jan 2025 11:46:00 +0100 Subject: [PATCH] added session expiration tome by default --- LeanTime/template.json | 5 +++++ leantime/template.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/LeanTime/template.json b/LeanTime/template.json index f994211..5084690 100644 --- a/LeanTime/template.json +++ b/LeanTime/template.json @@ -87,6 +87,11 @@ "required": "true", "generated": "random|sha256|20" }, + { + "description": "Please add session expiration time in seconds (defaults is 28800)", + "key": "SESSION_EXPIRATION", + "value": "28800" + }, { "description": "Please add a strong password for sessions", "key": "SESSION_PASSWORD", diff --git a/leantime/template.json b/leantime/template.json index f994211..5084690 100644 --- a/leantime/template.json +++ b/leantime/template.json @@ -87,6 +87,11 @@ "required": "true", "generated": "random|sha256|20" }, + { + "description": "Please add session expiration time in seconds (defaults is 28800)", + "key": "SESSION_EXPIRATION", + "value": "28800" + }, { "description": "Please add a strong password for sessions", "key": "SESSION_PASSWORD",