godcall/MemoryPanel/config/metadata-instances.example.json
2026-07-22 17:19:44 +08:00

18 lines
619 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_comment": "复制本文件为 metadata-instances.json 后按注释替换真值。真值文件已被 .gitignore 排除禁止提交。api_key 是 tdai kernel gateway 的 bearer token从 kernel 侧获取。",
"instances": [
{
"id": "default",
"name": "本地默认实例",
"gateway_endpoint": "http://127.0.0.1:8420",
"api_key": "REPLACE_WITH_KERNEL_BEARER_TOKEN"
},
{
"id": "e2e-test",
"name": "E2E 自动化测试专用(可随时清库)",
"gateway_endpoint": "http://127.0.0.1:8420",
"api_key": "REPLACE_WITH_KERNEL_BEARER_TOKEN"
}
]
}