This commit is contained in:
yumoqing 2026-07-23 15:07:01 +08:00
parent 75fe529eff
commit ce96b590f8

View File

@ -14,13 +14,6 @@
} }
}, },
"SAGE_RBAC_DB": "rag", "SAGE_RBAC_DB": "rag",
"session_max_time": 3000,
"session_issue_time": 2500,
"session_redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 1
},
"logger": { "logger": {
"name": "ragserver", "name": "ragserver",
"levelname": "info", "levelname": "info",
@ -39,6 +32,11 @@
"index.ui", "index.ui",
"index.html" "index.html"
], ],
"session_max_time":3000,
"session_issue_time":2500,
"session_redis":{
"url":"redis://127.0.0.1:6379"
},
"processors": [ "processors": [
[".tmpl", "tmpl"], [".tmpl", "tmpl"],
[".wss", "ws"], [".wss", "ws"],