mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
27 lines
463 B
JSON
27 lines
463 B
JSON
{
|
|
"http": {
|
|
"enable": false,
|
|
"host": "",
|
|
"port": 3000,
|
|
"secret": "",
|
|
"enableHeart": false,
|
|
"enablePost": false,
|
|
"postUrls": []
|
|
},
|
|
"ws": {
|
|
"enable": false,
|
|
"host": "",
|
|
"port": 3001
|
|
},
|
|
"reverseWs": {
|
|
"enable": false,
|
|
"urls": []
|
|
},
|
|
"debug": false,
|
|
"heartInterval": 30000,
|
|
"messagePostFormat": "array",
|
|
"enableLocalFile2Url": true,
|
|
"musicSignUrl": "",
|
|
"reportSelfMessage": false,
|
|
"token": ""
|
|
} |