zs 10 months ago
parent
commit
b754ce39c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config/config.self.ts

+ 1 - 1
src/config/config.self.ts

@@ -12,7 +12,7 @@ const dbPwd = '1234qwer!@#$';
 /**redis ip */
 const redisHost = 'localhost';
 /**redis 密码 */
-const redisPwd = '123456';
+const redisPwd = '1234qwer!@#$';
 /**redis 使用第几个数据库 */
 const redisDB = 0;
 /**redis 记录登录的key */