2026-08-08 10:54:57 +05:30
|
|
|
PORT=5002
|
2026-07-04 12:57:58 +05:30
|
|
|
NODE_ENV=local
|
2026-08-11 12:04:04 +05:30
|
|
|
CORS_ORIGIN=http://localhost:5173,http://localhost:5174
|
2026-07-02 16:04:26 +05:30
|
|
|
JWT_SECRET=supersecretjwtkeythatislongandsecure
|
2026-08-07 18:31:35 +05:30
|
|
|
JWT_REFRESH_SECRET=supersecretrefreshjwtkeythatislongandsecure
|
|
|
|
|
JWT_EXPIRES_IN=1d
|
|
|
|
|
JWT_REFRESH_EXPIRES_IN=7d
|
|
|
|
|
|
|
|
|
|
CLOUDINARY_CLOUD_NAME=dbixmka2j
|
|
|
|
|
CLOUDINARY_API_KEY=634582295238882
|
|
|
|
|
CLOUDINARY_API_SECRET=0TAXlH3JHVvBHiqTMCwiDd9qfmM
|
|
|
|
|
CLOUDINARY_URL=cloudinary://634582295238882:0TAXlH3JHVvBHiqTMCwiDd9qfmM@dbixmka2j
|
2026-07-02 16:04:26 +05:30
|
|
|
|
2026-07-20 11:41:16 +05:30
|
|
|
DB_HOST=106.51.105.22
|
2026-07-02 16:04:26 +05:30
|
|
|
DB_PORT=5432
|
2026-07-20 11:41:16 +05:30
|
|
|
DB_NAME=pc_local
|
|
|
|
|
DB_USER=pc_user
|
|
|
|
|
DB_PASSWORD="#TpW@%a&b$[zm"
|
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>
|