Update PORT configuration in .env.example from 3002 to 4000

This commit is contained in:
Stephanos A
2026-06-07 18:57:34 +03:00
parent bb10e7fdf2
commit 75b7ec1baf

View File

@@ -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