mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"enableHttp": false,
|
|
"httpPort": 3000,
|
|
"enableWs": false,
|
|
"wsPort": 3001,
|
|
"enableWsReverse": false,
|
|
"wsReverseUrls": [],
|
|
"enableHttpPost": false,
|
|
"httpPostUrls": [],
|
|
"enableHttpHeart": false,
|
|
"httpSecret": "",
|
|
"messagePostFormat": "array",
|
|
"reportSelfMessage": false,
|
|
"debug": false,
|
|
"enableLocalFile2Url": true,
|
|
"heartInterval": 30000,
|
|
"token": ""
|
|
}
|