svr-basic.yml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. management:
  2. port: ${server.port}
  3. fast-dfs:
  4. connect-timeout: 10
  5. network-timeout: 60
  6. charset: ISO8859-1
  7. pool:
  8. init-size: 5
  9. max-size: 20
  10. wait-time: 500
  11. http:
  12. tracker-http-port: 80
  13. anti-steal-token: no
  14. secret-key: FastDFS1234567890
  15. spring:
  16. datasource:
  17. driver-class-name: com.mysql.jdbc.Driver
  18. max-active: 20
  19. max-idle: 8
  20. min-idle: 8
  21. validation-query: SELECT 1
  22. test-on-borrow: true
  23. # REDIS
  24. redis:
  25. database: 0 # Database index used by the connection factory.
  26. port: 6379 # Redis server port.
  27. password: # Login password of the redis server.
  28. timeout: 0 # Connection timeout in milliseconds.
  29. #sentinel:
  30. # master: # Name of Redis server.
  31. # nodes: # Comma-separated list of host:port pairs.
  32. pool:
  33. 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.
  34. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  35. 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.
  36. 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.
  37. eip:
  38. tenant: jkzl
  39. ---
  40. spring:
  41. profiles: dev
  42. datasource:
  43. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  44. username: weifuwu
  45. password: weifuwu
  46. data:
  47. mongodb:
  48. host: 192.168.1.220
  49. port: 27017
  50. username: admin
  51. password: admin
  52. authenticationDatabase: admin
  53. database: ehr
  54. elasticsearch:
  55. jest:
  56. uris: http://172.19.103.68:9200
  57. fast-dfs:
  58. tracker-server: 172.19.103.13:22122
  59. public-server: http://172.19.103.52:80
  60. h5:
  61. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  62. appId: 9000401
  63. #绂忓窞鎬婚儴缃戝叧鍙傛暟閰嶇疆
  64. fz-gateway:
  65. url: http://service.yihu.com:8085/WSGW/rest
  66. clientId: 9000401
  67. clientVersion: 1.0
  68. ---
  69. spring:
  70. profiles: test
  71. datasource:
  72. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  73. username: weifuwu
  74. password: weifuwu
  75. data:
  76. mongodb:
  77. host: 192.168.1.220
  78. port: 27017
  79. username: admin
  80. password: admin
  81. authenticationDatabase: admin
  82. database: ehr
  83. elasticsearch:
  84. jest:
  85. uris: http://172.19.103.68:9200
  86. fast-dfs:
  87. tracker-server: 172.19.103.13:22122
  88. public-server: http://172.19.103.52:80
  89. h5:
  90. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  91. appId: 9000401
  92. #绂忓窞鎬婚儴缃戝叧鍙傛暟閰嶇疆
  93. fz-gateway:
  94. url: http://service.yihu.com:8085/WSGW/rest
  95. clientId: 9000401
  96. clientVersion: 1.0
  97. ---
  98. spring:
  99. profiles: prod_fz
  100. datasource:
  101. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  102. username: healthcloud
  103. password: GP8Qz4qU
  104. data:
  105. mongodb:
  106. host: 11.1.2.19
  107. port: 20000
  108. username: jkzlehr
  109. password: GMLBq1LG
  110. authenticationDatabase: admin
  111. database: ehr
  112. elasticsearch:
  113. jest:
  114. uris: http://172.19.103.68:9200
  115. fast-dfs:
  116. tracker-server: 11.1.2.9:22122
  117. public-server: http://11.1.2.9:80
  118. h5:
  119. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  120. appId: 9000401
  121. #绂忓窞鎬婚儴缃戝叧鍙傛暟閰嶇疆
  122. fz-gateway:
  123. url: http://service.yihu.com:8080/WSGW/rest
  124. clientId: 9000401
  125. clientVersion: 1.0
  126. ---
  127. spring:
  128. profiles: prod_sr
  129. datasource:
  130. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  131. username: healthcloud
  132. password: GP8Qz4qU
  133. ldap:
  134. host: 172.19.103.87
  135. port: 389
  136. bindDn: cn=admin,dc=ehr,dc=jkzl
  137. password: jkzl
  138. root: dc=ehr,dc=jkzl
  139. data:
  140. mongodb:
  141. host: 10.176.97.9
  142. port: 29000
  143. username: jkzlehr
  144. password: GMLBq1LG
  145. authenticationDatabase: admin
  146. database: ehr
  147. elasticsearch:
  148. jest:
  149. uris: http://10.176.97.7:9200
  150. fast-dfs:
  151. tracker-server: 10.176.97.5:22122
  152. public-server: http://10.176.97.5:8888
  153. h5:
  154. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  155. appId: 9000401
  156. clientId: WYo0l73F8e
  157. #福州总部网关参数配置
  158. fz-gateway:
  159. url: http://service.yihu.com:8080/WSGW/rest
  160. clientId: 9000401
  161. clientVersion: 1.0
  162. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  163. hadoop:
  164. user:
  165. name: root
  166. ---
  167. spring:
  168. profiles: prod_fzzy
  169. datasource:
  170. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  171. username: healthcloud
  172. password: GP8Qz4qU
  173. ldap:
  174. host: 172.19.103.87
  175. port: 389
  176. bindDn: cn=admin,dc=ehr,dc=jkzl
  177. password: jkzl
  178. root: dc=ehr,dc=jkzl
  179. data:
  180. mongodb:
  181. host: 100.100.1.157
  182. port: 29000
  183. username: jkzlehr
  184. password: GMLBq1LG
  185. authenticationDatabase: admin
  186. database: ehr
  187. elasticsearch:
  188. jest:
  189. uris: http://100.100.1.158:9200
  190. fast-dfs:
  191. tracker-server: 100.100.1.157:22122
  192. public-server: http://100.100.1.157:8888
  193. h5:
  194. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  195. appId: 9000401
  196. clientId: WYo0l73F8e
  197. #福州总部网关参数配置
  198. fz-gateway:
  199. url: http://service.yihu.com:8080/WSGW/rest
  200. clientId: 9000401
  201. clientVersion: 1.0
  202. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  203. hadoop:
  204. user:
  205. name: root
  206. ---
  207. spring:
  208. profiles: prod_srformal
  209. datasource:
  210. url: jdbc:mysql://192.168.40.34:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  211. username: healthcloud
  212. password: GP8Qz4qU
  213. ldap:
  214. host: 192.168.40.34
  215. port: 389
  216. bindDn: cn=admin,dc=ehr,dc=jkzl
  217. password: jkzl
  218. root: dc=ehr,dc=jkzl
  219. data:
  220. mongodb:
  221. host: 192.168.50.26
  222. port: 20000
  223. username: jkzlehr
  224. password: GMLBq1LG
  225. authenticationDatabase: admin
  226. database: ehr
  227. elasticsearch:
  228. jest:
  229. uris: http://172.10.10.2:9200
  230. fast-dfs:
  231. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  232. public-server: http://192.168.50.37:8888
  233. h5:
  234. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  235. appId: 9000401
  236. clientId: WYo0l73F8e
  237. #福州总部网关参数配置
  238. fz-gateway:
  239. url: http://service.yihu.com:8080/WSGW/rest
  240. clientId: 9000401
  241. clientVersion: 1.0
  242. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  243. hadoop:
  244. user:
  245. name: root