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, }, }, },