feat: add DB_TIMEZONE configuration and update logging for PostgreSQL timezone

This commit is contained in:
Beyhan Ogur
2026-05-11 17:08:48 +03:00
parent c56ae7194c
commit aa6dbfefb3
5 changed files with 30 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ OPENAI_MODEL=deepseek-v4-pro
DB_MODE=sqlite
#DB_MODE=pgs
DB_PATH=./data/app.db
LOG_LEVEL=warn
LOG_LEVEL=info
STREAMING=true
DB_TIMEZONE=Europe/Istanbul