Files
Airtep/gig-poc/.env.example
2026-03-30 20:49:40 +08:00

9 lines
192 B
Plaintext

APP_ENV=development
LOG_LEVEL=INFO
DATABASE_URL=postgresql+psycopg://gig:gig@postgres:5432/gig_poc
QDRANT_URL=http://qdrant:6333
LLM_ENABLED=false
LLM_BASE_URL=
LLM_API_KEY=
LLM_MODEL=gpt-5.4