初始化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
port: 6379, // Redis port
|
||||
host: "192.168.1.26", // Redis host
|
||||
port: 6380, // Redis port
|
||||
host: "127.0.0.1", // Redis host
|
||||
// username: "", // needs Redis >= 6
|
||||
password: "9715115286",
|
||||
db: 0, // Defaults to 0
|
||||
|
||||
Reference in New Issue
Block a user