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