Files
edr-platform/apps/edr-passenger-api/.env.example
2026-05-30 11:52:50 +03:00

18 lines
333 B
Plaintext

# App
NODE_ENV=development
PORT=3002
# 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=postgres
# JWT (provided by external auth package — placeholder only)
JWT_SECRET=
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379