Spaces:
Runtime error
Runtime error
# Configuraci贸n del servidor | |
PORT=5000 | |
# Configuraci贸n de seguridad | |
MAX_EXECUTION_TIME=5 | |
# Configuraci贸n de CORS (para desarrollo) | |
CORS_ORIGINS=http://localhost:3000,https://yourusername.github.io |