webchat-connect-service-dev.yaml 448 B

12345678910111213141516171819202122232425
  1. spring:
  2. mvc:
  3. async:
  4. request-timeout: -1
  5. main:
  6. allow-bean-definition-overriding: true
  7. data:
  8. redis:
  9. host: 192.168.36.128
  10. port: 26739
  11. password: ZiFiE3JkwCN5S5FF
  12. database: 6
  13. jedis:
  14. timeout: 5000
  15. pool:
  16. max-active: 100
  17. max-wait: -1
  18. min-idle: 10
  19. rocketmq:
  20. name-server: 192.168.36.128:9876
  21. consumer:
  22. group: web_chat
  23. producer:
  24. group: web_chat