svr-quota.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. spring:
  2. # REDIS
  3. redis:
  4. database: 0 # Database index used by the connection factory.
  5. timeout: 0 # Connection timeout in milliseconds.
  6. pool:
  7. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  8. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  9. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  10. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  11. datasource:
  12. driver-class-name: com.mysql.jdbc.Driver
  13. max-active: 20
  14. max-idle: 8
  15. min-idle: 8
  16. validation-query: SELECT 1
  17. test-on-borrow: true
  18. hadoop:
  19. hbase-properties:
  20. hbase.zookeeper.property.clientPort: 2181
  21. zookeeper.znode.parent: /hbase-unsecure
  22. user:
  23. name: root
  24. elasticsearch:
  25. pool:
  26. init-size: 5
  27. max-size: 10
  28. ---
  29. spring:
  30. profiles: prod
  31. datasource:
  32. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  33. username: healthcloud
  34. password: GP8Qz4qU
  35. redis:
  36. host: 192.168.50.82
  37. port: 6379
  38. password: q4YaQemf
  39. data:
  40. solr:
  41. zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  42. elasticsearch:
  43. jest:
  44. uris: http://192.168.220.92:9200
  45. elasticsearch:
  46. cluster-name: elasticsearch
  47. cluster-nodes: 192.168.220.92:9300
  48. hadoop:
  49. hbase-properties:
  50. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com