From 75b7ec1baf3484ce91590804aa9d04e2a40972f3 Mon Sep 17 00:00:00 2001 From: Stephanos A Date: Sun, 7 Jun 2026 18:57:34 +0300 Subject: [PATCH] Update PORT configuration in .env.example from 3002 to 4000 --- apps/edr-passenger-api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-passenger-api/.env.example b/apps/edr-passenger-api/.env.example index 241c12d63..aaf37c3e4 100644 --- a/apps/edr-passenger-api/.env.example +++ b/apps/edr-passenger-api/.env.example @@ -1,6 +1,6 @@ # App NODE_ENV=development -PORT=3002 +PORT=4000 # Database (Prisma) DATABASE_URL=postgresql://edr:edr_secret@localhost:5432/edr_passenger?schema=edr_passenger