Files
dd0c/products/01-llm-cost-router/.env.example

14 lines
378 B
Plaintext
Raw Normal View History

DATABASE_URL=postgres://dd0c:dd0c@localhost:5432/dd0c
TIMESCALE_URL=postgres://dd0c:dd0c@localhost:5433/dd0c_telemetry
REDIS_URL=redis://localhost:6379
JWT_SECRET=dev-secret-change-me-in-production
PROXY_PORT=8080
API_PORT=3000
AUTH_MODE=local
GOVERNANCE_MODE=audit
TELEMETRY_CHANNEL_SIZE=1000
# Provider keys (add yours)
# OPENAI_API_KEY=sk-...
# ANTHROPIC_API_KEY=sk-ant-...