Files
support_backend/.env.development
T

21 lines
497 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
DATABASE_URL=postgresql://support_user:z1F3tKF1JNDBQmMq95Up@postgres:5433/support_dev
2026-08-19 17:13:17 +05:30
# Redis
2026-08-20 11:18:11 +05:30
REDIS_HOST=redis
2026-08-19 17:13:17 +05:30
REDIS_PORT=6379
2026-08-20 11:18:11 +05:30
REDIS_PASSWORD=D7FJ7QDKo5gF9KQAO1GL
# Security & CORS
JWT_SECRET=super-secret-development-jwt-key-32-chars-long
2026-08-20 11:18:11 +05:30
CORS_ORIGINS=https://support-dev.maskantech.in