-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathenv.json
More file actions
19 lines (19 loc) · 919 Bytes
/
Copy pathenv.json
File metadata and controls
19 lines (19 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"webhookUrls": [],
"articleResultWebhook": "",
"msgSingleUrl": "https://dtstack.github.io/doraemon/docsify/#/",
"helpDocUrl": "https://dtstack.github.io/doraemon/docsify/#/",
"articleHelpDocUrl": "https://dtstack.github.io/doraemon/docsify/#/zh-cn/guide/%E6%96%87%E7%AB%A0%E8%AE%A2%E9%98%85",
"proxyHelpDocUrl": "https://dtstack.github.io/doraemon/docsify/#/zh-cn/guide/%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1",
"skillsHelpDocUrl": "https://dtstack.github.io/doraemon/docsify/#/zh-cn/guide/dt-skill",
"agentHelpDocUrl": "https://dtstack.github.io/doraemon/docsify/#/zh-cn/guide/agent-market",
"gitlabToken": "glpat-xxxxxxxxx",
"mysql": {
"prod": {}
},
"mcpDeployDir": "/opt/doraemon/mcp-server/",
"mcpEndpointPort": 7005,
"mcpInspectorWebPort": 7003,
"mcpInspectorServerPort": 7004,
"mcpInspectorDomainWhiteList": ["http://doraemon.dtstack.com"]
}