mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-29 21:09:03 +08:00
21 lines
419 B
JSON
21 lines
419 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": ""
|
|
}
|