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
+1
View File
@@ -20,6 +20,7 @@
| `REQUEST_TIMEOUT_SECONDS` | `30` | `RequestTimeoutSeconds` | Upstream istek zaman aşımı (saniye) |
| `OPENAI_MODEL` | `""` | `OpenAIModel` | Varsayılan model adı (istekte model yoksa enjekte edilir) |
| `STREAMING` | `true` | `Streaming` | SSE streaming yanıtlarını etkinleştir/devre dışı bırak (`true`/`false`) |
| `DB_TIMEZONE` | `""` | `DBTimezone` | PostgreSQL oturum zaman dilimi (örn: `Europe/Istanbul`) |
## Önemli Detaylar