mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
29 lines
575 B
Plaintext
29 lines
575 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_BASE_URL=
|
|
TELEBIRR_WEB_BASE_URL=
|
|
TELEBIRR_FABRIC_APP_ID=
|
|
TELEBIRR_APP_SECRET=
|
|
TELEBIRR_MERCHANT_APP_ID=
|
|
TELEBIRR_MERCHANT_CODE=
|
|
TELEBIRR_NOTIFY_URL=
|
|
TELEBIRR_RETURN_URL=
|
|
TELEBIRR_TIMEOUT_EXPRESS=15m |