2026-07-16 11:27:21 +05:30
|
|
|
# PORT=5000
|
|
|
|
|
# NODE_ENV=development
|
|
|
|
|
# CORS_ORIGIN=http://localhost:3000
|
|
|
|
|
# JWT_SECRET=supersecretjwtkeythatislongandsecure
|
|
|
|
|
# JWT_EXPIRES_IN=7d
|
2026-06-30 11:40:07 +05:30
|
|
|
|
2026-07-16 11:27:21 +05:30
|
|
|
# DB_HOST=127.0.0.1
|
|
|
|
|
# DB_PORT=5432
|
|
|
|
|
# DB_USER=postgres
|
|
|
|
|
# DB_PASS=postgres
|
|
|
|
|
# DB_NAME=maskan_pim
|
|
|
|
|
# DB_DIALECT=postgres
|