svr-pack-analyzer.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. info:
  2. app:
  3. name: SVR-PACK-ANALYZER
  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. timeout: 0 # Connection timeout in milliseconds.
  18. #sentinel:
  19. # master: # Name of Redis server.
  20. # nodes: # Comma-separated list of host:port pairs.
  21. pool:
  22. 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.
  23. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  24. 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.
  25. 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.
  26. fast-dfs:
  27. connect-timeout: 10
  28. network-timeout: 60
  29. charset: ISO8859-1
  30. pool:
  31. init-size: 5
  32. max-size: 20
  33. wait-time: 500
  34. http:
  35. tracker-http-port: 80
  36. anti-steal-token: no
  37. secret-key: FastDFS1234567890
  38. eip:
  39. tenant: jkzl
  40. analyze:
  41. job:
  42. minSize: 10 #解析入库初始任务数
  43. maxSize: 10 #解析入库最大任务数
  44. cronExp: 0/1 * * * * ? #解析任务触发间隔表达式
  45. quality:
  46. orgCode : jkzl #默认机构
  47. uploadCode: SH_ORG #上传到某家机构
  48. version: 59083976eebd #默认版本号
  49. cloud: medicalCloud #默认云平台code
  50. cloudName: 上饶医疗云 #默认云平台name
  51. elasticsearch:
  52. pool:
  53. init-size: 5
  54. max-size: 10
  55. ---
  56. spring:
  57. profiles: dev
  58. datasource:
  59. url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  60. username: ssgg
  61. password: ssgg@jkzl2019
  62. redis:
  63. host: 172.26.0.253
  64. port: 6379
  65. password:
  66. fast-dfs:
  67. tracker-server: 172.26.0.200:22122
  68. public-server: http://172.26.0.200
  69. elasticsearch:
  70. cluster-name: elasticsearch
  71. cluster-nodes: 172.26.0.15:9300
  72. ---
  73. spring:
  74. profiles: prod
  75. datasource:
  76. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  77. username: chenweishan
  78. password: chenweishan
  79. redis:
  80. host: 172.19.103.47 # Redis server host.
  81. port: 6379
  82. password: redis!@456
  83. data:
  84. solr:
  85. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  86. fast-dfs:
  87. tracker-server: 172.19.103.13:22122
  88. public-server: http://172.19.103.52
  89. elasticsearch:
  90. cluster-name: elasticsearch
  91. cluster-nodes: 172.19.103.9:9300