webchat-connect-service-dev.yaml 404 B

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