|
|
@@ -54,7 +54,7 @@ extensions/knowhub/
|
|
|
"config": {
|
|
|
"apiUrl": {
|
|
|
"type": "string",
|
|
|
- "default": "http://localhost:8000",
|
|
|
+ "default": "http://43.106.118.91:9999",
|
|
|
"description": "KnowHub Server 地址"
|
|
|
},
|
|
|
"submittedBy": {
|
|
|
@@ -580,7 +580,7 @@ OpenClaw 配置文件:`~/.openclaw/config.json`
|
|
|
"knowhub": {
|
|
|
"enabled": true,
|
|
|
"config": {
|
|
|
- "apiUrl": "http://localhost:8000",
|
|
|
+ "apiUrl": "http://43.106.118.91:9999",
|
|
|
"submittedBy": "user@example.com",
|
|
|
"reminderMode": "normal",
|
|
|
"enableServerExtraction": false,
|
|
|
@@ -822,7 +822,7 @@ export function validateConfig(config: any): KnowHubConfig {
|
|
|
"knowhub": {
|
|
|
"enabled": true,
|
|
|
"config": {
|
|
|
- "apiUrl": "http://localhost:8000",
|
|
|
+ "apiUrl": "http://43.106.118.91:9999",
|
|
|
"submittedBy": "user@example.com"
|
|
|
}
|
|
|
}
|
|
|
@@ -839,7 +839,7 @@ export function validateConfig(config: any): KnowHubConfig {
|
|
|
"knowhub": {
|
|
|
"enabled": true,
|
|
|
"config": {
|
|
|
- "apiUrl": "http://localhost:8000",
|
|
|
+ "apiUrl": "http://43.106.118.91:9999",
|
|
|
"submittedBy": "user@example.com",
|
|
|
"reminderMode": "normal",
|
|
|
"enableServerExtraction": false,
|