mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-25 01:30:07 +08:00
32 lines
619 B
JSON
32 lines
619 B
JSON
{
|
|
"http": {
|
|
"enable": false,
|
|
"host": "",
|
|
"port": 3000,
|
|
"secret": "",
|
|
"enableHeart": false,
|
|
"enablePost": false,
|
|
"postUrls": []
|
|
},
|
|
"ws": {
|
|
"enable": false,
|
|
"host": "",
|
|
"port": 3001
|
|
},
|
|
"reverseWs": {
|
|
"enable": false,
|
|
"urls": []
|
|
},
|
|
"GroupLocalTime": {
|
|
"Record": false,
|
|
"RecordList": []
|
|
},
|
|
"debug": false,
|
|
"heartInterval": 30000,
|
|
"messagePostFormat": "array",
|
|
"enableLocalFile2Url": true,
|
|
"musicSignUrl": "",
|
|
"reportSelfMessage": false,
|
|
"token": ""
|
|
}
|