mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
fix: slack is incorrectly enabled as default (#1274)
This commit is contained in:
committed by
GitHub
parent
51634c1caf
commit
f9d07779a9
@@ -99,7 +99,7 @@
|
||||
},
|
||||
{
|
||||
"adapter": "slack",
|
||||
"enable":true,
|
||||
"enable": false,
|
||||
"bot_token": "",
|
||||
"signing_secret": "",
|
||||
"port": 2288
|
||||
|
||||
Reference in New Issue
Block a user