Update .env.test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user