1
0

webchat-act-service-dev.yaml 856 B

12345678910111213141516171819202122232425262728293031
  1. #---------------------------------数据库配置----------------------------------#
  2. spring:
  3. datasource:
  4. url: jdbc:mysql://192.168.36.128:3306/webchat_act?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
  5. username: webchat_act
  6. password: siKB2dJPxKhERayG
  7. driver-class-name: com.mysql.jdbc.Driver
  8. hikari:
  9. maximum-pool-size: 10
  10. jpa:
  11. show-sql: true
  12. #---------------------------------redis----------------------------------#
  13. data:
  14. redis:
  15. host: 192.168.36.128
  16. port: 26739
  17. password: ZiFiE3JkwCN5S5FF
  18. database: 6
  19. jedis:
  20. timeout: 5000
  21. pool:
  22. max-active: 100
  23. max-wait: -1
  24. min-idle: 10
  25. rocketmq:
  26. name-server: 192.168.36.128:9876
  27. consumer:
  28. group: web_chat
  29. producer:
  30. group: web_chat