guhongwei 1 year ago
parent
commit
98deb222f2
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/config/config.local.ts

+ 7 - 7
src/config/config.local.ts

@@ -26,12 +26,12 @@ export default {
     },
   },
   redis: {
-    client: {
-      port: 6379, // Redis port
-      host: '127.0.0.1', // Redis host
-      password: '123456',
-      db: 4,
-    },
+    // client: {
+    //   port: 6379, // Redis port
+    //   host: '127.0.0.1', // Redis host
+    //   password: '123456',
+    //   db: 4,
+    // },
   },
   axios: {
     clients: {},
@@ -47,7 +47,7 @@ export default {
     // 羽毛球比赛
     friendShoolApp: {
       appid: 'wx23c71bee5876d1b9',
-      secret: '8d2a8f0ba07b2d4728409971f4c71f7b',
+      secret: '913605db9d1ead50fc4538ee7449ac3c',
       mchid: '1505364491',
       v3key: '1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik9',
     },