正式页面以 8766 为主线路,旧接口只作故障备用;compose 钉死全部 DATAHUB_READ_*,避免现网残留 0 造成假完成。 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
26 lines
955 B
JSON
26 lines
955 B
JSON
{
|
|
"schema_version": 1,
|
|
"base_url": "http://127.0.0.1:8766",
|
|
"timeout_seconds": 8,
|
|
"retries": 1,
|
|
"page_limit": 5000,
|
|
"stale_seconds_max": 86400,
|
|
"datasets": {
|
|
"calendar": { "read": true, "shadow": false },
|
|
"stocks": { "read": true, "shadow": false },
|
|
"daily": { "read": true, "shadow": false },
|
|
"index_daily": { "read": true, "shadow": false },
|
|
"valuation": { "read": true, "shadow": false },
|
|
"moneyflow": { "read": true, "shadow": false },
|
|
"auction": { "read": true, "shadow": false },
|
|
"limit_events": { "read": true, "shadow": false },
|
|
"popularity": { "read": true, "shadow": false },
|
|
"dragon_tiger": { "read": true, "shadow": false },
|
|
"sector_daily": { "read": true, "shadow": false },
|
|
"quotes": { "read": true, "shadow": false },
|
|
"index_quotes": { "read": true, "shadow": false },
|
|
"intraday": { "read": true, "shadow": false },
|
|
"status": { "read": true, "shadow": false }
|
|
}
|
|
}
|