svr-ehr-basic.yml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. management:
  2. port: ${server.port}
  3. fast-dfs:
  4. pool:
  5. init-size: 5
  6. max-size: 20
  7. wait-time: 500
  8. connect-timeout: 2
  9. network-timeout: 30
  10. charset: ISO8859-1
  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. es:
  61. index: wlyy_quota_test
  62. type: wlyy_quota_test
  63. host: http://172.19.103.68:9200
  64. tHost: 172.19.103.68:9300
  65. clusterName: jkzl
  66. h5:
  67. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  68. appId: 9000401
  69. #福州总部网关参数配置
  70. fz-gateway:
  71. url: http://service.yihu.com:8085/WSGW/rest
  72. clientId: 9000401
  73. clientVersion: 1.0
  74. ---
  75. spring:
  76. profiles: test
  77. datasource:
  78. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  79. username: weifuwu
  80. password: weifuwu
  81. data:
  82. mongodb:
  83. host: 192.168.1.220
  84. port: 27017
  85. username: admin
  86. password: admin
  87. authenticationDatabase: admin
  88. database: ehr
  89. elasticsearch:
  90. jest:
  91. uris: http://172.19.103.68:9200
  92. fast-dfs:
  93. tracker-server: 172.19.103.13:22122
  94. public-server: http://172.19.103.52:80
  95. es:
  96. index: wlyy_quota_test
  97. type: wlyy_quota_test
  98. host: http://172.19.103.68:9200
  99. tHost: 172.19.103.68:9300
  100. clusterName: jkzl
  101. h5:
  102. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  103. appId: 9000401
  104. #福州总部网关参数配置
  105. fz-gateway:
  106. url: http://service.yihu.com:8085/WSGW/rest
  107. clientId: 9000401
  108. clientVersion: 1.0
  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. data:
  117. mongodb:
  118. host: 11.1.2.19
  119. port: 20000
  120. username: jkzlehr
  121. password: GMLBq1LG
  122. authenticationDatabase: admin
  123. database: ehr
  124. elasticsearch:
  125. jest:
  126. uris: http://172.19.103.68:9200
  127. fast-dfs:
  128. tracker-server: 11.1.2.9:22122
  129. public-server: http://11.1.2.9:80
  130. es:
  131. index: wlyy_quota_test
  132. type: wlyy_quota_test
  133. host: http://172.19.103.68:9200
  134. tHost: 172.19.103.68:9300
  135. clusterName: jkzl
  136. h5:
  137. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  138. appId: 9000401
  139. #福州总部网关参数配置
  140. fz-gateway:
  141. url: http://service.yihu.com:8080/WSGW/rest
  142. clientId: 9000401
  143. clientVersion: 1.0
  144. ---
  145. spring:
  146. profiles: prod_sr
  147. datasource:
  148. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  149. username: healthcloud
  150. password: GP8Qz4qU
  151. ldap:
  152. host: 172.19.103.87
  153. port: 389
  154. bindDn: cn=admin,dc=ehr,dc=jkzl
  155. password: jkzl
  156. root: dc=ehr,dc=jkzl
  157. data:
  158. mongodb:
  159. host: 10.176.97.9
  160. port: 29000
  161. username: jkzlehr
  162. password: GMLBq1LG
  163. authenticationDatabase: admin
  164. database: ehr
  165. elasticsearch:
  166. jest:
  167. uris: http://10.176.97.7:9200
  168. fast-dfs:
  169. tracker-server: 10.176.97.5:22122
  170. public-server: http://10.176.97.5:8888
  171. es:
  172. index: wlyy_quota_test
  173. type: wlyy_quota_test
  174. host: http://10.176.97.7:9200
  175. tHost: 10.176.97.7:9300
  176. clusterName: jkzl
  177. h5:
  178. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  179. appId: 9000401
  180. #福州总部网关参数配置
  181. fz-gateway:
  182. url: http://service.yihu.com:8080/WSGW/rest
  183. clientId: 9000401
  184. clientVersion: 1.0
  185. ---
  186. spring:
  187. profiles: prod_fzzy
  188. datasource:
  189. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  190. username: healthcloud
  191. password: GP8Qz4qU
  192. ldap:
  193. host: 172.19.103.87
  194. port: 389
  195. bindDn: cn=admin,dc=ehr,dc=jkzl
  196. password: jkzl
  197. root: dc=ehr,dc=jkzl
  198. data:
  199. mongodb:
  200. host: 100.100.1.157
  201. port: 29000
  202. username: jkzlehr
  203. password: GMLBq1LG
  204. authenticationDatabase: admin
  205. database: ehr
  206. elasticsearch:
  207. jest:
  208. uris: http://100.100.1.158:9200
  209. fast-dfs:
  210. tracker-server: 100.100.1.157:22122
  211. public-server: http://100.100.1.157:8888
  212. es:
  213. index: wlyy_quota_test
  214. type: wlyy_quota_test
  215. host: http://100.100.1.158:9200
  216. tHost: 100.100.1.158:9300
  217. clusterName: jkzl
  218. h5:
  219. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  220. appId: 9000401
  221. #福州总部网关参数配置
  222. fz-gateway:
  223. url: http://service.yihu.com:8080/WSGW/rest
  224. clientId: 9000401
  225. clientVersion: 1.0
  226. ---
  227. spring:
  228. profiles: prod_srformal
  229. datasource:
  230. url: jdbc:mysql://192.168.40.34:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  231. username: healthcloud
  232. password: GP8Qz4qU
  233. ldap:
  234. host: 192.168.40.34
  235. port: 389
  236. bindDn: cn=admin,dc=ehr,dc=jkzl
  237. password: jkzl
  238. root: dc=ehr,dc=jkzl
  239. data:
  240. mongodb:
  241. host: 192.168.50.26
  242. port: 20000
  243. username: jkzlehr
  244. password: GMLBq1LG
  245. authenticationDatabase: admin
  246. database: ehr
  247. elasticsearch:
  248. jest:
  249. uris: http://172.10.10.2:9200
  250. fast-dfs:
  251. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  252. public-server: http://192.168.50.37:8888
  253. es:
  254. index: wlyy_quota_test
  255. type: wlyy_quota_test
  256. host: http://172.10.10.2:9200
  257. tHost: 172.10.10.2:9300
  258. clusterName: jkzl
  259. h5:
  260. secret: 8E29YVP2UZ1QNSIN33NZJXEG1KSLVXFL6YI59C5SC5D
  261. appId: 9000401
  262. #福州总部网关参数配置
  263. fz-gateway:
  264. url: http://service.yihu.com:8080/WSGW/rest
  265. clientId: 9000401
  266. clientVersion: 1.0