HuggingClaw / openclaw.json
chandrakant-s4's picture
Update openclaw.json
b69bb42 verified
{
"gateway": {
"mode": "local",
"bind": "lan",
"port": 7860,
"auth": { "token": "huggingclaw" },
"trustedProxies": [
"0.0.0.0/0"
],
"controlUi": {
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true,
"allowedOrigins": [
"https://huggingface.co",
"https://*.hf.space"
]
}
},
"session": { "scope": "global" },
"acp": {
"enabled": true,
"backend": "acpx",
"defaultAgent": "claude",
"allowedAgents": ["claude"],
"maxConcurrentSessions": 4,
"dispatch": { "enabled": true },
"runtime": { "ttlMinutes": 120 }
},
"plugins": {
"allow": ["telegram", "whatsapp", "acpx"],
"entries": {
"telegram": {
"enabled": true
},
"whatsapp": {
"enabled": true
},
"acpx": {
"enabled": true,
"config": {
"permissionMode": "approve-all"
}
}
}
},
"agents": {
"defaults": {
"workspace": "~/.openclaw/workspace",
"model": {
"primary": "nvidia/moonshotai/kimi-k2.5"
}
}
}
}