Add comprehensive README and .env.example with setup instructions
This commit is contained in:
parent
a40b946163
commit
a59406c39e
2 changed files with 236 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Conexión a MongoDB
|
||||
MONGO_URL=mongodb://localhost:27017
|
||||
DB_NAME=FLUJOS_DATOS
|
||||
|
||||
# Puerto del servidor Node.js
|
||||
PORT=3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue