fix: add bullmq env variable

This commit is contained in:
Anthony Berg 2023-05-27 07:26:17 +01:00
parent 1dbfff38bc
commit 97e3ca2bc3

View File

@ -50,7 +50,7 @@ const client = new SapphireClient({
tasks: {
bull: {
connection: {
host: 'localhost',
host: process.env.BULLMQ_URL,
},
},
},