From 00da43fc7f53085a6925534ab6c904fc9531cdcd Mon Sep 17 00:00:00 2001 From: Mohamed Ali Date: Tue, 9 Jan 2024 01:58:00 +0200 Subject: [PATCH] update --- src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index 9588672..67e2fcd 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -9,7 +9,7 @@ import { WebsocketGateway } from './websocket-gateway/websocket.gateway'; CheckerModule, BullModule.forRoot({ redis: { - host: '127.0.0.1', + host: '146.235.208.110', port: 6377, password: "RedisAuth" },