Files
bamboo/extend/bullmq/config.js
T
2022-06-03 15:18:47 +08:00

11 lines
221 B
JavaScript

module.exports = {
path:"app/*/schedule/*.js",
bullmq:{
port: 6379, // Redis port
host: "192.168.1.26", // Redis host
// username: "", // needs Redis >= 6
password: "9715115286",
db: 0, // Defaults to 0
},
}