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