Initial commit of edr-passenger-api alpha version

This commit is contained in:
Stephanos A
2026-05-13 16:58:49 +03:00
parent 199a3eba11
commit 39ba561d8f
113 changed files with 3602 additions and 1035 deletions

View File

@@ -1,17 +1,23 @@
# App
NODE_ENV=development
PORT=3002
PORT=4000
# Database
DB_HOST=localhost
DB_PORT=5434
DB_NAME=edr_passenger
DB_USER=postgres
DB_PASSWORD=
# Database (Prisma)
DATABASE_URL=postgresql://edr:edr_secret@localhost:5432/edr_passenger
# JWT (provided by external auth package — placeholder only)
JWT_SECRET=
# CORS
FRONTEND_URL=http://localhost:3000
PORTAL_URL=http://localhost:3001
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
# JWT
JWT_SECRET=edr-platform-secret-change-in-production
JWT_EXPIRES_IN=7d
# SendGrid
SENDGRID_API_KEY=
SENDGRID_FROM_EMAIL=noreply@edr-platform.com
# Telebirr
TELEBIRR_API_URL=https://api.telebirr.com
TELEBIRR_APP_ID=
TELEBIRR_APP_KEY=