From 252a4dc6976e0f719200a36a5cc8c7bdea9fee1a Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 10 Oct 2024 20:24:38 +0200 Subject: [PATCH] [mod] conf:example --- conf/example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/example.json b/conf/example.json index 5afde0e..5821d0b 100644 --- a/conf/example.json +++ b/conf/example.json @@ -9,7 +9,8 @@ } ], "session_management": { - "in_memory": false + "in_memory": false, + "lifetime": 3600 }, "authentication": { "kind": "internal",