Update .env.example with additional configuration variables
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user