20 lines
667 B
Bash
20 lines
667 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
|
|
|
|
# Central SaaS SSO (backend only; never expose these values to the frontend)
|
|
# SAAS_BASE_URL=https://saas-dev.example.com
|
|
# SAAS_PIM_ENVIRONMENT=dev
|
|
# SAAS_PIM_MODULE_SECRET=replace-with-the-pim-module-trust-secret
|
|
# Use a quoted PEM with \n escapes when your deployment platform requires one line.
|
|
# SAAS_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\nreplace-with-saas-rs256-public-key\n-----END PUBLIC KEY-----"
|