mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-09-16 23:52:21 +02:00
fix: add bullmq env variable
This commit is contained in:
parent
1dbfff38bc
commit
97e3ca2bc3
@ -50,7 +50,7 @@ const client = new SapphireClient({
|
|||||||
tasks: {
|
tasks: {
|
||||||
bull: {
|
bull: {
|
||||||
connection: {
|
connection: {
|
||||||
host: 'localhost',
|
host: process.env.BULLMQ_URL,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user