svr-pack-resolve.yml 2.5 KB

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