@@ -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
@@ -12,7 +12,7 @@ websocket:
port: 8878
tcpsocket:
- enable: true # 暂时不开启
+ enable: false # 暂时不开启
port: 8879
jwt: