diff --git a/api/src/health.controller.ts b/api/src/health.controller.ts index 8817873a5c..7d8688dba0 100644 --- a/api/src/health.controller.ts +++ b/api/src/health.controller.ts @@ -28,7 +28,7 @@ export class HealthController { this.microservice.pingCheck('redis', { transport: Transport.REDIS, options: { - host: `redis://${queueConfig.host}`, + host: `${queueConfig.host}`, //:${parseInt(queueConfig.port)}`, port: parseInt(`${queueConfig.port}`), }, }),