初始化

This commit is contained in:
robin
2022-08-02 19:21:03 +08:00
parent 73c1343060
commit b7e5ee5fec
27 changed files with 564 additions and 156 deletions
+2 -2
View File
@@ -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