Files
edr-platform/apps/edr-passenger-api/.env.example
2026-05-28 12:52:56 +03:00

5 lines
166 B
Plaintext

# Copy to .env for local/docker compose (not committed).
PORT=4000
DATABASE_URL=postgresql://user:password@host:5432/edr_passenger
JWT_SECRET=change-me-in-production