From 84165333b4daf9b9af228c9ece5faa546b687f54 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 18:13:24 +0800 Subject: [PATCH] fix: remove session_redis (breaks routing), keep module_cache.rbac --- conf/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 54d9f6b..e38585f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,9 +36,6 @@ [".wss", "ws"] ], "indexes": ["index.ui", "index.html"], - "session_redis": { - "url": "redis://127.0.0.1:6379/0" - }, "statics": [ ["/bricks/", "/d/pccs/wwwroot/bricks/"], ["/imgs/", "/d/pccs/wwwroot/imgs/"]