Spaces:
Runtime error
Runtime error
File size: 208 Bytes
8f10eaa |
1 2 3 4 5 6 7 8 |
# 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 |