Browse Source

还原配置

master
xsx 2 years ago
parent
commit
9a4fcd8e22
  1. 2
      im-platform/src/main/resources/application.yml
  2. 2
      im-server/src/main/resources/application.yml

2
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

2
im-server/src/main/resources/application.yml

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

Loading…
Cancel
Save