Files
support_backend/.env.development
T

31 lines
854 B
Bash
Raw Normal View History

2026-08-19 17:13:17 +05:30
NODE_ENV=development
PORT=4501
# Nest build
BUILD_COMMAND=npm run build:development
# Database
2026-08-20 11:18:11 +05:30
POSTGRES_HOST=postgres
POSTGRES_DB=support_dev
POSTGRES_USER=support_user
POSTGRES_PASSWORD=z1F3tKF1JNDBQmMq95Up
2026-09-03 14:27:16 +05:30
# DATABASE_URL=postgresql://support_user:z1F3tKF1JNDBQmMq95Up@postgres:5432/support_dev
DATABASE_URL=postgresql://support_user:SupportDev123@localhost:5432/support_dev
2026-08-19 17:13:17 +05:30
# Redis
2026-09-03 16:45:45 +05:30
# REDIS_HOST=redis
# REDIS_PORT=6379
2026-09-03 14:27:16 +05:30
2026-09-03 16:45:45 +05:30
REDIS_HOST=localhost
2026-08-19 17:13:17 +05:30
REDIS_PORT=6379
2026-08-20 11:18:11 +05:30
REDIS_PASSWORD=D7FJ7QDKo5gF9KQAO1GL
2026-09-03 16:45:45 +05:30
# Security & CORS
# JWT_SECRET=super-secret-development-jwt-key-32-chars-long
# CORS_ORIGINS=https://support-dev.maskantech.in
# Security & CORS
JWT_SECRET=super-secret-development-jwt-key-32-chars-long
2026-09-03 16:45:45 +05:30
INTEGRATION_CREDENTIAL_ENCRYPTION_KEY=c2e444fe8cc19eb7465e2f8a05f7384628de7a879fcc812766e093c9182fcd58
2026-08-20 11:18:11 +05:30
CORS_ORIGINS=https://support-dev.maskantech.in