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
267 B

4 years ago
spring:
data:
redis:
host: localhost
port: 6379
database: 2
websocket:
enable: true
port: 8878
tcpsocket:
3 years ago
enable: false # 暂时不开启
port: 8879
jwt:
accessToken:
secret: MIIBIjANBgkq # 跟im-platfrom的secret必须一致