perf: minor fixes

This commit is contained in:
Junyan Qin
2025-09-13 17:59:10 +08:00
parent e2071d9486
commit 6a7e88ffd6
7 changed files with 38 additions and 26 deletions
+9 -2
View File
@@ -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: