# Test environment configuration NODE_ENV=test # Use actual database from main application (via docker-compose) # Note: For tests, we connect directly to postgres, not through pgbouncer DB_HOST=localhost DB_PORT=5432 DB_USER_ADMIN=postgres DB_PASSWORD_ADMIN=postpass123 DB_NAME_SERVER=server DB_SSL=false # Temporal configuration TEMPORAL_ADDRESS=localhost:7233 TEMPORAL_NAMESPACE=default TEMPORAL_TASK_QUEUE=test-temporal-workflows