creation of notification flow

This commit is contained in:
MohamedHasan07
2026-07-16 11:27:21 +05:30
parent e09ca83560
commit 6dc5021176
42 changed files with 1221 additions and 183 deletions
+19 -19
View File
@@ -1,21 +1,21 @@
PORT=5000
NODE_ENV=test
CORS_ORIGIN=http://localhost:5173
JWT_SECRET=supersecretjwtkeythatislongandsecure
JWT_EXPIRES_IN=7d
# PORT=5000
# NODE_ENV=test
# CORS_ORIGIN=http://localhost:5173
# JWT_SECRET=supersecretjwtkeythatislongandsecure
# JWT_EXPIRES_IN=7d
DB_HOST=106.51.105.22
DB_PORT=5432
DB_NAME=pc_test
DB_USER=pc_user
DB_PASSWORD="#TpW@%a&b$[zm"
DB_DIALECT=postgres
# DB_HOST=106.51.105.22
# DB_PORT=5432
# DB_NAME=pc_test
# DB_USER=pc_user
# DB_PASSWORD="#TpW@%a&b$[zm"
# 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>
# # 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>