mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
# App
|
|
NODE_ENV=development
|
|
PORT=3002
|
|
|
|
# Database
|
|
DB_HOST=localhost
|
|
DB_PORT=5434
|
|
DB_NAME=edr_passenger
|
|
DB_USER=postgres
|
|
DB_PASSWORD=
|
|
|
|
# JWT (provided by external auth package — placeholder only)
|
|
JWT_SECRET=
|
|
|
|
# Redis
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|