20 lines
474 B
Bash
20 lines
474 B
Bash
NODE_ENV=test
|
|
PORT=4502
|
|
|
|
# Nest build
|
|
BUILD_COMMAND=npm run build:test
|
|
|
|
# Database
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_DB=support_test
|
|
POSTGRES_USER=support_user
|
|
POSTGRES_PASSWORD=7uJUmublUy0zWXU3bMrX
|
|
DATABASE_URL=postgresql://support_user:7uJUmublUy0zWXU3bMrX@postgres:5432/support_test
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=PNx5hjbbZScCePmApFo3
|
|
|
|
# Security & CORS
|
|
JWT_SECRET=super-secret-testing-jwt-key-32-chars-long
|
|
CORS_ORIGINS=https://support-test.maskantech.in |