svr-standard.yml 4.0 KB

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