mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 12:08:05 +01:00
fix: add bullmq env variable
This commit is contained in:
@@ -50,7 +50,7 @@ const client = new SapphireClient({
|
||||
tasks: {
|
||||
bull: {
|
||||
connection: {
|
||||
host: 'localhost',
|
||||
host: process.env.BULLMQ_URL,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user