Files
productcatalogue_backend/.env.example
T
2026-06-30 11:40:07 +05:30

13 lines
236 B
Bash

PORT=5000
NODE_ENV=development
CORS_ORIGIN=http://localhost:3000
JWT_SECRET=supersecretjwtkeythatislongandsecure
JWT_EXPIRES_IN=7d
DB_HOST=127.0.0.1
DB_PORT=5432
DB_USER=postgres
DB_PASS=postgres
DB_NAME=maskan_pim
DB_DIALECT=postgres