el cambio de puerto 8888

This commit is contained in:
unknown
2026-06-13 12:35:04 -04:00
parent 8ff8b3a459
commit 08d5674fbf
5 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
JWT_SECRET=cambiar-por-un-secreto-largo-y-aleatorio
# Puerto web Don Marco en el host (Docker). Cambiar si 8888 está ocupado.
DONMARCO_WEB_PORT=8888
# Puerto API (solo desarrollo local sin Docker)
PORT=4000