diff --git a/services/socket.service.ts b/services/socket.service.ts index 4b0f25f..4976566 100644 --- a/services/socket.service.ts +++ b/services/socket.service.ts @@ -60,7 +60,7 @@ export default class SocketService extends Service { }, }, options: { - adapter: redisAdapter({ host: 'localhost', port: 6379 }), + adapter: redisAdapter({ host: process.env.REDIS_URI, port: 6379 }), }, }, },