mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
Merge branch 'master' into feat/dingtalk
This commit is contained in:
@@ -49,7 +49,10 @@
|
||||
"enable": false,
|
||||
"app_id": "cli_abcdefgh",
|
||||
"app_secret": "XXXXXXXXXX",
|
||||
"bot_name": "LangBot"
|
||||
"bot_name": "LangBot",
|
||||
"enable-webhook": false,
|
||||
"port": 2285,
|
||||
"encrypt-key": "xxxxxxxxx"
|
||||
},
|
||||
{
|
||||
"adapter": "discord",
|
||||
@@ -68,11 +71,11 @@
|
||||
},
|
||||
{
|
||||
"adapter":"officialaccount",
|
||||
"enable": true,
|
||||
"enable": false,
|
||||
"token": "",
|
||||
"EncodingAESKey":"",
|
||||
"AppSecret":"",
|
||||
"AppID":"",
|
||||
"AppSecret":"",
|
||||
"host": "0.0.0.0",
|
||||
"port": 2287
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user