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.
27 lines
491 B
27 lines
491 B
spring: |
|
application: |
|
name: im-router |
|
redis: |
|
host: 124.222.131.236 |
|
port: 3379 |
|
password: sopod@redis# |
|
lettuce: |
|
pool: |
|
max-active: 100 |
|
max-idle: 100 |
|
max-wait: 1000 |
|
min-idle: 2 |
|
|
|
dubbo: |
|
application: |
|
name: ${spring.application.name} |
|
registry: |
|
address: nacos://124.222.131.236:3848 |
|
group: so-im |
|
protocol: |
|
name: dubbo |
|
port: 3033 |
|
consumer: |
|
check: false |
|
provider: |
|
loadbalance: im_route_consistent_hash
|
|
|