You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
260 B

4 years ago
spring:
profiles:
active: dev
application:
name: im-server
websocket:
enable: true
port: 8878
tcpsocket:
3 years ago
enable: false # 暂时不开启
port: 8879
jwt:
accessToken:
secret: MIIBIjANBgkqpy123 # 跟im-platfrom的secret必须一致