diff --git a/conf/config.json b/conf/config.json index 21a65f5..54d9f6b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,9 +36,15 @@ [".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/"] ] + }, + "module_cache": { + "rbac": true } }