From ce96b590f87494a7ec243150954b61e108d4ec79 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 23 Jul 2026 15:07:01 +0800 Subject: [PATCH] bugfix --- conf/config.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/conf/config.json b/conf/config.json index dd3c96e..dcdbdbd 100644 --- a/conf/config.json +++ b/conf/config.json @@ -14,13 +14,6 @@ } }, "SAGE_RBAC_DB": "rag", - "session_max_time": 3000, - "session_issue_time": 2500, - "session_redis": { - "host": "127.0.0.1", - "port": 6379, - "db": 1 - }, "logger": { "name": "ragserver", "levelname": "info", @@ -39,6 +32,11 @@ "index.ui", "index.html" ], + "session_max_time":3000, + "session_issue_time":2500, + "session_redis":{ + "url":"redis://127.0.0.1:6379" + }, "processors": [ [".tmpl", "tmpl"], [".wss", "ws"],