xsx 2 anni fa
parent
commit
9a4fcd8e22

+ 1 - 1
im-platform/src/main/resources/application.yml

@@ -7,7 +7,7 @@ spring:
     driver-class-name: com.mysql.jdbc.Driver
     url: jdbc:mysql://localhost:3306/box-im?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
     username: root
-    password: root123456
+    password: root
 
   redis:
     host: 127.0.0.1

+ 1 - 1
im-server/src/main/resources/application.yml

@@ -12,7 +12,7 @@ websocket:
   port: 8878
 
 tcpsocket:
-  enable: true # 暂时不开启
+  enable: false # 暂时不开启
   port: 8879
 
 jwt: