openclaw/CUsers15622.clawdbotmoltbot.json
Claude Code 286f6f43a7 docs: add comprehensive cluster configuration
Add complete Moltbot distributed cluster setup:
- 6 documentation files (33KB)
- Deployment tools and scripts
- Configuration templates
- Status dashboard

See CLUSTER-CONFIG-SUMMARY.md for details.
2026-01-29 16:43:13 +08:00

27 lines
563 B
JSON

{
"gateway": {
"url": "ws://38.14.254.51:18789",
"mode": "client",
"auth": {
"token": "moltbot-cluster-2024"
}
},
"browser": {
"enabled": true,
"port": 18792
},
"models": {
"mode": "merge",
"providers": {
"minimax": {
"baseUrl": "https://api.minimaxi.com/anthropic",
"apiKey": "sk-cp-cvEiSLgsK070H9seQfSeeqvpk4TB9swvRGoXbW_7NdDBIbn-uGiABy-1oMcZ0WPXQa57MwfhlH4iST7qjF5NrPX1U25Jk-9iy6pHQPceRonqePt1obtekdw",
"authHeader": true
}
}
},
"agents": {
"mode": "remote"
}
}