mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 13:28:11 +00:00
Merge pull request #112 from Tria-plc/alpha
Update PORT configuration in .env.example from 3002 to 4000
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# App
|
# App
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
PORT=3002
|
PORT=4000
|
||||||
|
|
||||||
# Database (Prisma)
|
# Database (Prisma)
|
||||||
DATABASE_URL=postgresql://edr:edr_secret@localhost:5432/edr_passenger?schema=edr_passenger
|
DATABASE_URL=postgresql://edr:edr_secret@localhost:5432/edr_passenger?schema=edr_passenger
|
||||||
|
|||||||
Reference in New Issue
Block a user