mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 11:08:12 +00:00
complete rule engine and booking flow
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
NODE_ENV=development
|
||||
PORT=3002
|
||||
|
||||
# Database
|
||||
# Database (local Docker: run `pnpm dev:db` from edr-platform, then copy to .env)
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5434
|
||||
DB_NAME=edr_passenger
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
# JWT (provided by external auth package — placeholder only)
|
||||
JWT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user