Update .env.example with additional configuration variables

This commit is contained in:
Beyhan Ogur
2026-05-11 15:11:14 +03:00
parent a408821410
commit f0a4e89e0f
+8
View File
@@ -1,5 +1,13 @@
PORT=8000 PORT=8000
OPENAI_BACKEND=https://api.deepseek.com OPENAI_BACKEND=https://api.deepseek.com
GATEWAY_URL=http://10.80.80.70:8000
OPENAI_KEY=your_openai_key_here OPENAI_KEY=your_openai_key_here
DATABASE_DSN=host=localhost user=app password=pass dbname=app port=5432 sslmode=disable TimeZone=UTC DATABASE_DSN=host=localhost user=app password=pass dbname=app port=5432 sslmode=disable TimeZone=UTC
REQUEST_TIMEOUT_SECONDS=30 REQUEST_TIMEOUT_SECONDS=30
OPENAI_MODEL=deepseek-v4-pro
DB_MODE=sqlite
#DB_MODE=pgs
DB_PATH=./data/app.db
LOG_LEVEL=warn