Преглед изворни кода

删除生产环境redis密码

lrf пре 1 година
родитељ
комит
99b6f6aa3e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -63,7 +63,7 @@ module.exports = () => {
     client: {
       port: 6379, // Redis port
       host: '127.0.0.1', // Redis host
-      password: '123456', // jljyzx-wwqcgh
+      password: '', // jljyzx-wwqcgh
       db: 0,
     },
   };