# Superprecio API Configuration
# URL base de la API de Superprecio (sin trailing slash)
# Production: https://superprecio.ar
# Local development: http://localhost:3000
SUPERPRECIO_API_URL=https://superprecio.ar
# Request timeout in milliseconds
REQUEST_TIMEOUT=30000
# Enable debug logging
DEBUG=false