Files
ghostnet-openclaw/openclaw/config/openclaw.json
T
2026-06-05 15:13:32 +02:00

24 lines
343 B
JSON

{
"gateway": {
"mode": "local",
"bind": "lan",
"port": 8080,
"auth": {
"mode": "password"
}
},
"agents": {
"defaults": {
"model": "ollama/qwen-coding"
}
},
"mcp": {
"servers": {
"router": {
"url": "http://tool-router:3000/sse",
"transport": "sse"
}
}
}
}