From 78da8bd3d9722b726e084f06d9a5a3931fa6e918 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 17:58:34 +0800 Subject: [PATCH] feat: add module_cache config section for rbac/pricing/uapi cache control --- conf/config.json | 5 +++++ wwwroot/reallife_asset | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index dda73c6..d37f50f 100755 --- a/conf/config.json +++ b/conf/config.json @@ -116,6 +116,11 @@ "zh-CN":"zh-cn", "en-us":"en", "en-US":"en" + }, + "module_cache":{ + "rbac":true, + "pricing":true, + "uapi":true } } diff --git a/wwwroot/reallife_asset b/wwwroot/reallife_asset index 6b7ee8c..5f8c18e 120000 --- a/wwwroot/reallife_asset +++ b/wwwroot/reallife_asset @@ -1 +1 @@ -/home/hermesai/repos/sage/pkgs/reallife_asset/wwwroot \ No newline at end of file +/home/hermesai/repos/reallife_asset/wwwroot \ No newline at end of file