From 10b2ae244cd487827a88bfd521c94de810cf7efe Mon Sep 17 00:00:00 2001 From: Alvar San Martin Date: Tue, 28 Apr 2026 15:33:08 +0200 Subject: [PATCH] ignore --- .env | 2 -- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3edcc0b..09ac54c 100644 --- a/.env +++ b/.env @@ -34,6 +34,4 @@ CONNECTIONS_URL=https://sim-connections.savefamilygps.net # Conexiones internas de servicios GATEWAY_URL=http://localhost:3000 NOS_CONSUMER_URL=http://localhost:3001 -NOS_CONSUMER_PORT=3001 OBJENIOUS_CONSUMER_URL=http://localhost:3002 -OBJENIOUS_CONSUMER_PORT=3002 diff --git a/.gitignore b/.gitignore index 195e0ed..f69b410 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ node_modules dist/* + +.env