svr-pack-mgr.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. fast-dfs:
  10. pool:
  11. init-size: 5
  12. max-size: 20
  13. wait-time: 500
  14. connect-timeout: 2
  15. network-timeout: 30
  16. charset: ISO8859-1
  17. http:
  18. tracker-http-port: 80
  19. anti-steal-token: no
  20. secret-key: FastDFS1234567890
  21. spring:
  22. # REDIS
  23. redis:
  24. database: 0 # Database index used by the connection factory.
  25. port: 6379 # Redis server port.
  26. password: # Login password of the redis server.
  27. timeout: 0 # Connection timeout in milliseconds.
  28. #sentinel:
  29. # master: # Name of Redis server.
  30. # nodes: # Comma-separated list of host:port pairs.
  31. pool:
  32. 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.
  33. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  34. 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.
  35. 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.
  36. datasource:
  37. driver-class-name: com.mysql.jdbc.Driver
  38. max-active: 20
  39. max-idle: 8
  40. min-idle: 8
  41. validation-query: SELECT 1
  42. test-on-borrow: true
  43. ---
  44. spring:
  45. profiles: dev
  46. datasource:
  47. url: jdbc:mysql://192.168.1.220:3306/xmehr?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  48. username: xmehr
  49. password: xmehr
  50. redis:
  51. host: 172.19.103.47 # Redis server host.
  52. port: 6379
  53. password: redis!@456
  54. metrics:
  55. export:
  56. statsd:
  57. host: 192.168.1.221
  58. port: 8125
  59. fast-dfs:
  60. tracker-server: 172.19.103.13:22122
  61. public-server: http://172.19.103.52:80
  62. eip:
  63. tenant: jkzl
  64. ---
  65. spring:
  66. profiles: alpha
  67. datasource:
  68. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  69. username: ha
  70. password: ha
  71. redis:
  72. host: 192.168.1.220 # Redis server host.
  73. metrics:
  74. export:
  75. statsd:
  76. host: 192.168.1.221
  77. port: 8125
  78. fast-dfs:
  79. tracker-server: 172.19.103.54:22122
  80. public-server: http://172.19.103.54:22122
  81. eip:
  82. tenant: jkzl
  83. ---
  84. spring:
  85. profiles: test
  86. datasource:
  87. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  88. username: weifuwu
  89. password: weifuwu
  90. redis:
  91. host: 172.19.103.47 # Redis server host.
  92. metrics:
  93. export:
  94. statsd:
  95. host: 172.19.103.73
  96. port: 8125
  97. fast-dfs:
  98. tracker-server: 172.19.103.13:22122
  99. public-server: http://172.19.103.52:80
  100. eip:
  101. tenant: jkzl
  102. ---
  103. spring:
  104. profiles: prod
  105. datasource:
  106. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  107. username: ha
  108. password: jkzlxm
  109. redis:
  110. host: 11.1.2.20 # Redis server host.
  111. fast-dfs:
  112. tracker-server: 11.1.2.9:22122
  113. public-server: http://ds.ehr.yihu.com:22122
  114. eip:
  115. tenant: jkzl
  116. ---
  117. spring:
  118. profiles: prod_fz
  119. datasource:
  120. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  121. username: healthcloud
  122. password: GP8Qz4qU
  123. redis:
  124. host: 11.1.2.22 # Redis server host.
  125. port: 6390
  126. password: Kb6wKDQP1W4
  127. fast-dfs:
  128. tracker-server: 11.1.2.9:22122
  129. public-server: http://11.1.2.9:80
  130. eip:
  131. tenant: jkzl
  132. ---
  133. spring:
  134. profiles: prod_sr
  135. datasource:
  136. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  137. username: healthcloud
  138. password: GP8Qz4qU
  139. redis:
  140. host: 10.176.97.5 # Redis server host.
  141. port: 6390
  142. password: q4YaQemf
  143. fast-dfs:
  144. tracker-server: 10.176.97.5:22122
  145. public-server: http://10.176.97.5:8888
  146. eip:
  147. tenant: jkzl