mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"network": {
|
|
"httpServers": [],
|
|
"httpSseServers": [],
|
|
"httpClients": [],
|
|
"websocketServers": [],
|
|
"websocketClients": [
|
|
{
|
|
"enable": true,
|
|
"name": "rws",
|
|
"url": "ws://127.0.0.1:8080/onebot/v11/ws",
|
|
"reportSelfMessage": false,
|
|
"messagePostFormat": "array",
|
|
"token": "",
|
|
"debug": false,
|
|
"heartInterval": 30000,
|
|
"reconnectInterval": 30000
|
|
}
|
|
],
|
|
"plugins": []
|
|
},
|
|
"musicSignUrl": "",
|
|
"enableLocalFile2Url": false,
|
|
"parseMultMsg": false
|
|
} |