mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-17 07:50:59 +00:00
perf: minor fixes
This commit is contained in:
@@ -21,8 +21,15 @@ system:
|
||||
expire: 604800
|
||||
secret: ''
|
||||
database:
|
||||
type: sqlite
|
||||
engine_url: 'sqlite+aiosqlite:///data/langbot.db'
|
||||
use: sqlite
|
||||
sqlite:
|
||||
path: 'data/langbot.db'
|
||||
postgresql:
|
||||
host: '127.0.0.1'
|
||||
port: 5432
|
||||
user: 'postgres'
|
||||
password: 'postgres'
|
||||
database: 'postgres'
|
||||
vdb:
|
||||
use: chroma
|
||||
qdrant:
|
||||
|
||||
Reference in New Issue
Block a user