Update .env.test

This commit is contained in:
2026-08-20 07:51:17 +00:00
parent d2d104ebe0
commit 9eb641f9d5
+6 -6
View File
@@ -6,15 +6,15 @@ BUILD_COMMAND=npm run build:test
# Database
POSTGRES_HOST=postgres
POSTGRES_DB=myapp_test
POSTGRES_USER=myapp_test
POSTGRES_PASSWORD=test_password
DATABASE_URL=postgresql://myapp_test:test_password@postgres:5432/myapp_test
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=test_redis_password
REDIS_PASSWORD=PNx5hjbbZScCePmApFo3
# Security & CORS
JWT_SECRET=super-secret-testing-jwt-key-32-chars-long
CORS_ORIGINS=http://localhost:3000
CORS_ORIGINS=https://support-test.maskantech.in