From 97e3ca2bc33e6c0b8dcc064d0ba0c572eb180bc3 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Sat, 27 May 2023 07:26:17 +0100 Subject: [PATCH] fix: add bullmq env variable --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index af5dfb9..1df8f9b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,7 +50,7 @@ const client = new SapphireClient({ tasks: { bull: { connection: { - host: 'localhost', + host: process.env.BULLMQ_URL, }, }, },