mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 12:56:02 +00:00
24 lines
394 B
YAML
24 lines
394 B
YAML
admins: []
|
||
api:
|
||
port: 5300
|
||
command:
|
||
prefix:
|
||
- '!'
|
||
- !
|
||
privilege: {}
|
||
concurrency:
|
||
pipeline: 20
|
||
session: 1
|
||
mcp:
|
||
servers: []
|
||
proxy:
|
||
http: ''
|
||
https: ''
|
||
system:
|
||
recovery_key: ''
|
||
jwt:
|
||
expire: 604800
|
||
secret: ''
|
||
plugin:
|
||
runtime_ws_url: 'ws://langbot_plugin_runtime:5400/control/ws'
|
||
cloud_service_url: 'https://space.langbot.app' |