mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 04:16:07 +00:00
add database connect config
This commit is contained in:
@@ -20,6 +20,9 @@ system:
|
||||
jwt:
|
||||
expire: 604800
|
||||
secret: ''
|
||||
database:
|
||||
type: sqlite
|
||||
engine_url: 'sqlite+aiosqlite:///data/langbot.db'
|
||||
vdb:
|
||||
use: chroma
|
||||
qdrant:
|
||||
@@ -30,4 +33,4 @@ vdb:
|
||||
plugin:
|
||||
runtime_ws_url: 'ws://langbot_plugin_runtime:5400/control/ws'
|
||||
enable_marketplace: true
|
||||
cloud_service_url: 'https://space.langbot.app'
|
||||
cloud_service_url: 'https://space.langbot.app'
|
||||
Reference in New Issue
Block a user