Files
productcatalogue_backend/.env.local
T

22 lines
628 B
Bash
Raw Normal View History

2026-07-02 16:04:26 +05:30
PORT=5000
2026-07-04 12:57:58 +05:30
NODE_ENV=local
2026-07-02 16:04:26 +05:30
CORS_ORIGIN=http://localhost:5173
JWT_SECRET=supersecretjwtkeythatislongandsecure
JWT_EXPIRES_IN=7d
2026-07-16 11:27:21 +05:30
DB_HOST=127.0.0.1
2026-07-02 16:04:26 +05:30
DB_PORT=5432
2026-07-16 11:27:21 +05:30
DB_NAME=Pim_Maskan
DB_USER=postgres
DB_PASSWORD=postgres
2026-07-02 16:04:26 +05:30
DB_DIALECT=postgres
# IMPORTANT: Gmail SMTP requires an App Password, NOT your regular password.
# Go to: https://myaccount.google.com -> Security -> 2-Step Verification -> App Passwords
# Generate a 16-character App Password and paste it below (no spaces).
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT=587
EMAIL_USER=pmahboob001@gmail.com
EMAIL_PASSWORD=hlwg yfgi xmkn lqmg
EMAIL_FROM=Maskan PIM <pmahboob001@gmail.com>