mirror of
https://github.com/crystelf/crystelf-admin.git
synced 2025-12-05 13:41:57 +00:00
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"network": {
|
|
"httpServers": [],
|
|
"httpSseServers": [],
|
|
"httpClients": [],
|
|
"websocketServers": [
|
|
],
|
|
"websocketClients": [
|
|
{
|
|
"enable": true,
|
|
"name": "trss",
|
|
"url": "ws://localhost:2536/OneBotv11",
|
|
"reportSelfMessage": false,
|
|
"messagePostFormat": "array",
|
|
"token": "",
|
|
"debug": false,
|
|
"heartInterval": 30000,
|
|
"reconnectInterval": 10000
|
|
}
|
|
],
|
|
"plugins": []
|
|
},
|
|
"musicSignUrl": "",
|
|
"enableLocalFile2Url": false,
|
|
"parseMultMsg": false
|
|
}
|