NapCat-Docker/templates/templates/koishi.json
手瓜一十雪 e2e148e768 feat: astrbot
2025-03-07 13:34:41 +08:00

25 lines
543 B
JSON

{
"network": {
"httpServers": [],
"httpSseServers": [],
"httpClients": [],
"websocketServers": [],
"websocketClients": [
{
"enable": true,
"name": "rws",
"url": "ws://koishi:5140/onebot",
"reportSelfMessage": false,
"messagePostFormat": "array",
"token": "",
"debug": false,
"heartInterval": 30000,
"reconnectInterval": 30000
}
],
"plugins": []
},
"musicSignUrl": "",
"enableLocalFile2Url": false,
"parseMultMsg": false
}