svr-pack-analyzer.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. timeout: 0 # Connection timeout in milliseconds.
  13. #sentinel:
  14. # master: # Name of Redis server.
  15. # nodes: # Comma-separated list of host:port pairs.
  16. pool:
  17. 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.
  18. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  19. 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.
  20. 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.
  21. fast-dfs:
  22. connect-timeout: 10
  23. network-timeout: 60
  24. charset: ISO8859-1
  25. pool:
  26. init-size: 5
  27. max-size: 20
  28. wait-time: 500
  29. http:
  30. tracker-http-port: 80
  31. anti-steal-token: no
  32. secret-key: FastDFS1234567890
  33. analyze:
  34. job:
  35. minSize: 10 #解析入库初始任务数
  36. maxSize: 10 #解析入库最大任务数
  37. cronExp: 0/1 * * * * ? #解析任务触发间隔表达式
  38. ---
  39. spring:
  40. profiles: dev
  41. datasource:
  42. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  43. username: weifuwu
  44. password: weifuwu
  45. redis:
  46. host: 172.19.103.47 # Redis server host.
  47. port: 6379
  48. password: redis!@456
  49. fast-dfs:
  50. tracker-server: 172.19.103.13:22122
  51. public-server: http://172.19.103.52
  52. elasticsearch:
  53. cluster-name: elasticsearch
  54. cluster-nodes: 172.19.103.9:9300
  55. ---
  56. spring:
  57. profiles: test
  58. datasource:
  59. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  60. username: weifuwu
  61. password: weifuwu
  62. redis:
  63. host: 172.19.103.47
  64. port: 6379
  65. password: redis!@456
  66. fast-dfs:
  67. tracker-server: 172.19.103.13:22122
  68. public-server: http://172.19.103.52
  69. elasticsearch:
  70. cluster-name: elasticsearch
  71. cluster-nodes: 172.19.103.9:9300
  72. ---
  73. spring:
  74. profiles: prod_fz
  75. datasource:
  76. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  77. username: healthcloud
  78. password: GP8Qz4qU
  79. redis:
  80. host: 11.1.2.22
  81. port: 6390
  82. password: Kb6wKDQP1W4
  83. fast-dfs:
  84. tracker-server: 11.1.2.9:22122
  85. public-server: http://11.1.2.9:80
  86. elasticsearch:
  87. cluster-name: elasticsearch
  88. cluster-nodes: 11.1.2.7:9300
  89. ---
  90. spring:
  91. profiles: prod_sr
  92. datasource:
  93. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  94. username: healthcloud
  95. password: GP8Qz4qU
  96. redis:
  97. host: 10.176.97.5
  98. port: 6390
  99. password: q4YaQemf
  100. fast-dfs:
  101. tracker-server: 10.176.97.5:22122
  102. public-server: http://10.176.97.5:8888
  103. elasticsearch:
  104. cluster-name: elasticsearch
  105. cluster-nodes: 10.176.97.7:9300
  106. ---
  107. spring:
  108. profiles: prod_fzzy
  109. datasource:
  110. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  111. username: healthcloud
  112. password: GP8Qz4qU
  113. redis:
  114. host: 100.100.1.161
  115. port: 6390
  116. password: q4YaQemf
  117. fast-dfs:
  118. tracker-server: 100.100.1.157:22122
  119. public-server: http://100.100.1.157:8888
  120. elasticsearch:
  121. cluster-name: elasticsearch
  122. cluster-nodes: 100.100.1.158:9300
  123. ---
  124. spring:
  125. profiles: prod_srformal
  126. datasource:
  127. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  128. username: healthcloud
  129. password: GP8Qz4qU
  130. redis:
  131. host: 192.168.50.82
  132. port: 6379
  133. password: q4YaQemf
  134. fast-dfs:
  135. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  136. public-server: http://192.168.220.62:23000
  137. elasticsearch:
  138. cluster-name: elasticsearch
  139. cluster-nodes: 172.10.10.5:9300