File size: 219 Bytes
b8e6434 | 1 2 3 4 5 6 7 8 | # Backend configuration
MERCADO_PUBLICO_TICKET=your_mercado_publico_ticket_here
GEMINI_API_KEY=your_gemini_api_key_here
GEMINI_MODEL=gemini-1.5-flash
# Frontend configuration
NEXT_PUBLIC_API_BASE=http://localhost:8000
|