mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
* add cmd config && fix bugs * perf: use `get` * update bansess fix block match rule * perf: comment for access-control session str --------- Co-authored-by: Junyan Qin <rockchinq@gmail.com>
23 lines
287 B
YAML
23 lines
287 B
YAML
admins: []
|
||
api:
|
||
port: 5300
|
||
command:
|
||
enable: true
|
||
prefix:
|
||
- '!'
|
||
- !
|
||
privilege: {}
|
||
concurrency:
|
||
pipeline: 20
|
||
session: 1
|
||
mcp:
|
||
servers: []
|
||
proxy:
|
||
http: ''
|
||
https: ''
|
||
system:
|
||
recovery_key: ''
|
||
jwt:
|
||
expire: 604800
|
||
secret: ''
|