数据库插件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user