webchat-ugc-service-dev.yaml 881 B

12345678910111213141516171819202122232425262728293031323334353637
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://127.0.0.1:3306/webchat_ugc?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&&useSSL=false
  4. username: root
  5. password: 12345678
  6. driver-class-name: com.mysql.jdbc.Driver
  7. type: com.zaxxer.hikari.HikariDataSource
  8. hikari:
  9. minimum-idle: 10
  10. maximum-pool-size: 50
  11. auto-commit: false
  12. idle-timeout: 30000
  13. pool-name: DatebookHikariCP
  14. max-lifetime: 1800000
  15. connection-timeout: 30000
  16. connection-test-query: SELECT 1
  17. connection-init-sql: set names utf8mb4
  18. jpa:
  19. show-sql: true
  20. data:
  21. redis:
  22. host: 127.0.0.1
  23. port: 6379
  24. database: 6
  25. jedis:
  26. timeout: 5000
  27. pool:
  28. max-active: 100
  29. max-wait: -1
  30. min-idle: 10
  31. rocketmq:
  32. name-server: 127.0.0.1:9876
  33. consumer:
  34. group: web_chat
  35. producer:
  36. group: web_chat