中控增加

This commit is contained in:
dekun
2026-05-23 12:22:35 +08:00
parent c5f7f0c10d
commit 4222b657cb
10 changed files with 117 additions and 43 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ DEFAULT_EXCHANGES = [
"flask_url": "http://127.0.0.1:5001",
"review_url": "http://127.0.0.1:5001/records",
"enabled": True,
"capabilities": ["order", "key"],
"capabilities": ["key", "trend"],
},
{
"id": "1",
@@ -28,7 +28,7 @@ DEFAULT_EXCHANGES = [
"flask_url": "http://127.0.0.1:5004",
"review_url": "http://127.0.0.1:5004/records",
"enabled": False,
"capabilities": ["order", "key"],
"capabilities": ["key", "trend"],
},
{
"id": "2",
@@ -38,7 +38,7 @@ DEFAULT_EXCHANGES = [
"flask_url": "http://127.0.0.1:5000",
"review_url": "http://127.0.0.1:5000/records",
"enabled": True,
"capabilities": ["order", "key"],
"capabilities": ["key", "trend"],
},
{
"id": "3",
@@ -48,7 +48,7 @@ DEFAULT_EXCHANGES = [
"flask_url": "http://127.0.0.1:5002",
"review_url": "http://127.0.0.1:5002/records",
"enabled": True,
"capabilities": ["order", "trend"],
"capabilities": ["trend"],
},
]