lrf402788946 4 years ago
parent
commit
ac0e1c1518
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/config.default.js

+ 3 - 3
config/config.default.js

@@ -62,7 +62,7 @@ module.exports = appInfo => {
     client: {
       port: 6379, // Redis port
       host: '127.0.0.1', // Redis host
-      password: '',
+      password: '123456',
       db: 1,
     },
   };
@@ -83,8 +83,8 @@ module.exports = appInfo => {
   // 服务器发布路径
   config.baseUrl = 'http://broadcast.waityou24.cn';
   config.wxapi = {
-    appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
-    appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
+    // appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
+    // appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
     baseUrl: 'http://wx.cc-lotus.info', // 微信网关地址
     kjzl: {
       appid: 'wxcf1b5457939b0932',