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"],