svr-pack-resolve.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. max-active: 20
  5. max-idle: 8
  6. min-idle: 8
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. # REDIS
  10. redis:
  11. database: 0 # Database index used by the connection factory.
  12. port: 6379 # Redis server port.
  13. password: # Login password of the redis server.
  14. timeout: 0 # Connection timeout in milliseconds.
  15. #sentinel:
  16. # master: # Name of Redis server.
  17. # nodes: # Comma-separated list of host:port pairs.
  18. pool:
  19. 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.
  20. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  21. 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.
  22. 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.
  23. fast-dfs:
  24. connect-timeout: 20
  25. network-timeout: 60
  26. charset: ISO8859-1
  27. pool:
  28. init-size: 10
  29. max-size: 20
  30. wait-time: 500
  31. http:
  32. tracker-http-port: 80
  33. anti-steal-token: no
  34. secret-key: FastDFS1234567890
  35. hadoop:
  36. hbase-properties:
  37. hbase.zookeeper.property.clientPort: 2181
  38. zookeeper.znode.parent: /hbase-unsecure
  39. user:
  40. name: root
  41. resolve:
  42. job:
  43. init-size: 10 #解析入库初始任务数
  44. max-size: 10 #解析入库最大任务数
  45. cron-exp: 0/1 * * * * ? #解析任务触发间隔表达式
  46. elasticsearch:
  47. pool:
  48. init-size: 10
  49. max-size: 20
  50. eip:
  51. schemaVersion: 5a6951bff0bb
  52. ---
  53. spring:
  54. profiles: prod
  55. datasource:
  56. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  57. username: healthcloud
  58. password: GP8Qz4qU
  59. redis:
  60. host: 192.168.50.82
  61. port: 6379
  62. password: q4YaQemf
  63. kafka:
  64. bootstrap-servers: node1.jkzl.com:6667,node4.jkzl.com:6667
  65. fast-dfs:
  66. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  67. public-server: http://192.168.220.66:23000
  68. pacs-group-name: group2 # 指定影像文件落入到哪个group上
  69. hadoop:
  70. hbase-properties:
  71. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  72. elasticsearch:
  73. cluster-name: elasticsearch
  74. cluster-nodes: 172.10.10.5:9300
  75. ftp:
  76. address: 192.168.220.20
  77. username: jkzl
  78. password: jkzlsr2018
  79. port: 21