mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"platform-adapters": [
|
|
{
|
|
"adapter": "nakuru",
|
|
"enable": false,
|
|
"host": "127.0.0.1",
|
|
"ws_port": 8080,
|
|
"http_port": 5700,
|
|
"token": ""
|
|
},
|
|
{
|
|
"adapter": "aiocqhttp",
|
|
"enable": true,
|
|
"host": "0.0.0.0",
|
|
"port": 2280,
|
|
"access-token": ""
|
|
},
|
|
{
|
|
"adapter": "qq-botpy",
|
|
"enable": false,
|
|
"appid": "",
|
|
"secret": "",
|
|
"intents": [
|
|
"public_guild_messages",
|
|
"direct_message"
|
|
]
|
|
},
|
|
{
|
|
"adapter": "wecom",
|
|
"enable": false,
|
|
"host": "0.0.0.0",
|
|
"port": 2290,
|
|
"corpid": "",
|
|
"secret": "",
|
|
"token": "",
|
|
"EncodingAESKey": "",
|
|
"contacts_secret": ""
|
|
},
|
|
{
|
|
"adapter": "lark",
|
|
"enable": false,
|
|
"app_id": "cli_abcdefgh",
|
|
"app_secret": "XXXXXXXXXX",
|
|
"bot_name": "LangBot"
|
|
}
|
|
],
|
|
"track-function-calls": true,
|
|
"quote-origin": false,
|
|
"at-sender": false,
|
|
"force-delay": {
|
|
"min": 0,
|
|
"max": 0
|
|
},
|
|
"long-text-process": {
|
|
"threshold": 256,
|
|
"strategy": "forward",
|
|
"font-path": ""
|
|
},
|
|
"hide-exception-info": true
|
|
} |