Files
JoyD/Claw/Server/SmartClaw/config.json

33 lines
693 B
JSON
Raw Permalink Normal View History

{
"server": {
"port": "3001",
"host": "0.0.0.0"
},
"gateway": {
"url": "https://pactgo.cn",
"ws_path": "/api/v1/ws/control",
"api_key": "claw_secret_key"
},
"websocket": {
"heartbeat_interval": 30,
"connection_timeout": 60,
"reconnect_interval": 5,
"max_reconnect_attempts": 0
},
"task": {
"workers": 1,
"default_timeout": 60,
"queue_size": 100
},
"lmstudio": {
"enabled": false,
"url": "http://localhost:1234"
},
"debug": {
"log_level": "info",
"config": false,
"websocket": false,
"task": false
}
}