mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
24 lines
445 B
Plaintext
24 lines
445 B
Plaintext
# App
|
|
NODE_ENV=development
|
|
PORT=4000
|
|
|
|
# Database (Prisma)
|
|
DATABASE_URL=postgresql://edr:edr_secret@localhost:5432/edr_passenger
|
|
|
|
# CORS
|
|
FRONTEND_URL=http://localhost:3000
|
|
PORTAL_URL=http://localhost:3001
|
|
|
|
# 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=
|