mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
{
|
|
"httpPort": HTTP_PORT,
|
|
"httpPostUrls": ["HTTP_URLS"],
|
|
"httpSecret": "",
|
|
"wsPort": WS_PORT,
|
|
"wsReverseUrls": ["WS_URLS"],
|
|
"enableHttp": HTTP_ENABLE,
|
|
"enableHttpPost": HTTP_POST_ENABLE,
|
|
"enableWs": WS_ENABLE,
|
|
"enableWsReverse": WSR_ENABLE,
|
|
"messagePostFormat": "MESSAGE_POST_FORMAT",
|
|
"reportSelfMessage": RSM_ENABLE,
|
|
"debug": DEBUG_ENABLE,
|
|
"enableLocalFile2Url": F2U_ENABLE,
|
|
"heartInterval": HEART,
|
|
"token": "TOKEN"
|
|
} |