-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 1.3 KB
/
.env.example
File metadata and controls
22 lines (18 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ── LLM ───────────────────────────────────────────────────────────────────
# LLM_MODE: choose "gemini" (cloud) or "ollama" (local)
LLM_MODE=ollama
# If LLM_MODE=gemini, provide your API key below
GEMINI_API_KEY=your-gemini-api-key-here
LLM_STANDARD_MODEL=gemini-3.1-flash-lite
LLM_LOCAL_MODEL=llama3.2:1b
# ── INFRAESTRUCTURA ────────────────────────────────────────────────────────
TEMPO_URL=http://localhost:3200
PROMETHEUS_URL=http://localhost:9090
OLLAMA_URL=http://ollama:11434
# ── AGENTE ────────────────────────────────────────────────────────────────
RCA_CONFIDENCE_THRESHOLD=0.75
RCA_AGENT_PORT=8080
# ── URLs DE SERVICIOS ─────────────────────────────────────────────────────
ORDER_SERVICE_URL=http://order-service:8081
PAYMENT_SERVICE_URL=http://payment-service:8082
INVENTORY_SERVICE_URL=http://inventory-service:8083