6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
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
|