From c8ce00935891d140f851c3fd7def097b47cf0f1b Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 2 Oct 2025 16:59:00 +0200 Subject: [PATCH] [mod] conf-example --- misc/conf-example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/conf-example.json b/misc/conf-example.json index 8b11f0f..7f8190c 100644 --- a/misc/conf-example.json +++ b/misc/conf-example.json @@ -7,6 +7,7 @@ "path": "" }, "misc": { - "oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}" + "oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}", + "use_central_europe_specific_datetime_inputs": false } }