36 lines
709 B
JSON
36 lines
709 B
JSON
{
|
|
"gateway": {
|
|
"mode": "local",
|
|
"bind": "lan",
|
|
"port": 8080,
|
|
"auth": {
|
|
"mode": "password"
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": "${OPENCLAW_DEFAULT_MODEL}",
|
|
"workspace": "/home/node/.openclaw/workspace",
|
|
"sandbox": {
|
|
"mode": "all",
|
|
"workspaceAccess": "rw",
|
|
"docker": {
|
|
"image": "localhost/ghostnet-openclaw_sandbox:latest",
|
|
"network": "net.ghost.tools",
|
|
"readOnlyRoot": false,
|
|
"user": "root",
|
|
"pidsLimit": 2048
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {
|
|
"servers": {
|
|
"router": {
|
|
"url": "http://tool-router:3000/sse",
|
|
"transport": "sse"
|
|
}
|
|
}
|
|
}
|
|
}
|