FLUJOS/.env.example

6 lines
120 B
Text

# Conexión a MongoDB
MONGO_URL=mongodb://localhost:27017
DB_NAME=FLUJOS_DATOS
# Puerto del servidor Node.js
PORT=3000