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.
16 lines
235 B
16 lines
235 B
spring:
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
|
|
websocket:
|
|
enable: true
|
|
port: 8878
|
|
|
|
tcpsocket:
|
|
enable: false # 暂时不开启
|
|
port: 8879
|
|
|
|
jwt:
|
|
accessToken:
|
|
secret: MIIBIjANBgkq # 跟im-platfrom的secret必须一致
|