mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-27 19:31:22 +08:00
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"httpHost": "",
|
|
"enableHttp": false,
|
|
"httpPort": 3000,
|
|
"wsHost": "",
|
|
"enableWs": false,
|
|
"wsPort": 3001,
|
|
"enableWsReverse": false,
|
|
"wsReverseUrls": [],
|
|
"enableHttpPost": false,
|
|
"httpPostUrls": [],
|
|
"enableHttpHeart": false,
|
|
"httpSecret": "",
|
|
"messagePostFormat": "array",
|
|
"reportSelfMessage": false,
|
|
"debug": false,
|
|
"enableLocalFile2Url": true,
|
|
"heartInterval": 30000,
|
|
"token": "",
|
|
"musicSignUrl": ""
|
|
}
|