9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
# Python Server Configuration
|
|
# URL del servidor Python para identificación de SKU
|
|
NEXT_PUBLIC_PYTHON_SERVER_URL=http://localhost:8000
|
|
|
|
# Ejemplos de configuración:
|
|
# - Desarrollo local: http://localhost:8000
|
|
# - Producción con ngrok: https://tu-url.ngrok-free.app
|
|
# - Producción: https://api.tu-dominio.com
|