svr-basic.yml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. management:
  2. port: ${server.port}
  3. spring:
  4. datasource:
  5. driver-class-name: com.mysql.jdbc.Driver
  6. max-active: 20
  7. max-idle: 8
  8. min-idle: 8
  9. validation-query: SELECT 1
  10. test-on-borrow: true
  11. redis:
  12. database: 0 # Database index used by the connection factory.
  13. timeout: 0 # Connection timeout in milliseconds.
  14. #sentinel:
  15. # master: # Name of Redis server.
  16. # nodes: # Comma-separated list of host:port pairs.
  17. pool:
  18. 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.
  19. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  20. 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.
  21. 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.
  22. fast-dfs:
  23. connect-timeout: 10
  24. network-timeout: 60
  25. charset: ISO8859-1
  26. pool:
  27. init-size: 5
  28. max-size: 20
  29. wait-time: 500
  30. http:
  31. tracker-http-port: 80
  32. anti-steal-token: no
  33. secret-key: FastDFS1234567890
  34. eip:
  35. tenant: jkzl
  36. #健康上饶app-卫计委机构编码--用于居民注册设置默认权限
  37. jksr-app:
  38. orgcode: PDY026797
  39. hadoop:
  40. hbase-properties:
  41. hbase.zookeeper.property.clientPort: 2181
  42. zookeeper.znode.parent: /hbase-unsecure
  43. user:
  44. name: root
  45. ---
  46. spring:
  47. profiles: dev
  48. datasource:
  49. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  50. username: chenweishan
  51. password: chenweishan
  52. # -- unknown use --
  53. ldap:
  54. host: 172.19.103.87
  55. port: 389
  56. bindDn: cn=admin,dc=ehr,dc=jkzl
  57. password: jkzl
  58. root: dc=ehr,dc=jkzl
  59. # -- unknown use --
  60. redis:
  61. host: 172.19.103.47 # Redis server host.
  62. port: 6379
  63. password: redis!@456
  64. data:
  65. mongodb:
  66. host: 192.168.1.220
  67. port: 27017
  68. username: admin
  69. password: admin
  70. authenticationDatabase: admin
  71. database: ehr
  72. solr:
  73. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  74. elasticsearch:
  75. jest:
  76. uris: http://172.19.103.68:9200
  77. fast-dfs:
  78. tracker-server: 172.19.103.13:22122
  79. public-server: http://172.19.103.52:80
  80. es:
  81. index: wlyy_quota_test
  82. type: wlyy_quota_test
  83. host: http://172.19.103.68:9200
  84. tHost: 172.19.103.68:9300
  85. clusterName: jkzl
  86. h5:
  87. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  88. appId: 9000401
  89. clientId: WYo0l73F8e
  90. #福州总部网关参数配置
  91. fz-gateway:
  92. url: http://service.yihu.com:8085/WSGW/rest
  93. clientId: 9000401
  94. clientVersion: 1.0
  95. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  96. handlerId: 50871
  97. hadoop:
  98. hbase-properties:
  99. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  100. ---
  101. spring:
  102. profiles: test
  103. datasource:
  104. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  105. username: weifuwu
  106. password: weifuwu
  107. # -- unknown use --
  108. ldap:
  109. host: 172.19.103.87
  110. port: 389
  111. bindDn: cn=admin,dc=ehr,dc=jkzl
  112. password: jkzl
  113. root: dc=ehr,dc=jkzl
  114. # -- unknown use --
  115. redis:
  116. host: 172.19.103.47 # Redis server host.
  117. port: 6379
  118. password: redis!@456
  119. data:
  120. mongodb:
  121. host: 192.168.1.220
  122. port: 27017
  123. username: admin
  124. password: admin
  125. authenticationDatabase: admin
  126. database: ehr
  127. solr:
  128. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  129. elasticsearch:
  130. jest:
  131. uris: http://172.19.103.68:9200
  132. fast-dfs:
  133. tracker-server: 172.19.103.13:22122
  134. public-server: http://172.19.103.52:80
  135. es:
  136. index: wlyy_quota_test
  137. type: wlyy_quota_test
  138. host: http://172.19.103.68:9200
  139. tHost: 172.19.103.68:9300
  140. clusterName: jkzl
  141. h5:
  142. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  143. appId: 9000401
  144. clientId: WYo0l73F8e
  145. #福州总部网关参数配置
  146. fz-gateway:
  147. url: http://service.yihu.com:8085/WSGW/rest
  148. clientId: 9000401
  149. clientVersion: 1.0
  150. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  151. handlerId: 50871
  152. hadoop:
  153. hbase-properties:
  154. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  155. ---
  156. spring:
  157. profiles: prod_fz
  158. datasource:
  159. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  160. username: healthcloud
  161. password: GP8Qz4qU
  162. # -- unknown use --
  163. ldap:
  164. host: 172.19.103.87
  165. port: 389
  166. bindDn: cn=admin,dc=ehr,dc=jkzl
  167. password: jkzl
  168. root: dc=ehr,dc=jkzl
  169. # -- unknown use --
  170. redis:
  171. host: 11.1.2.22 # Redis server host.
  172. port: 6390
  173. # Login password of the redis server.
  174. password: Kb6wKDQP1W4
  175. data:
  176. mongodb:
  177. host: 11.1.2.19
  178. port: 20000
  179. username: jkzlehr
  180. password: GMLBq1LG
  181. authenticationDatabase: admin
  182. database: ehr
  183. solr:
  184. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  185. elasticsearch:
  186. jest:
  187. uris: http://172.19.103.68:9200
  188. fast-dfs:
  189. tracker-server: 11.1.2.9:22122
  190. public-server: http://11.1.2.9:80
  191. es:
  192. index: wlyy_quota_test
  193. type: wlyy_quota_test
  194. host: http://172.19.103.68:9200
  195. tHost: 172.19.103.68:9300
  196. clusterName: jkzl
  197. h5:
  198. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  199. appId: 9000401
  200. clientId: WYo0l73F8e
  201. #福州总部网关参数配置
  202. fz-gateway:
  203. url: http://service.yihu.com:8080/WSGW/rest
  204. clientId: 9000401
  205. clientVersion: 1.0
  206. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  207. handlerId: 50641
  208. hadoop:
  209. hbase-properties:
  210. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  211. ---
  212. spring:
  213. profiles: prod_sr
  214. datasource:
  215. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  216. username: healthcloud
  217. password: GP8Qz4qU
  218. # -- unknown use --
  219. ldap:
  220. host: 172.19.103.87
  221. port: 389
  222. bindDn: cn=admin,dc=ehr,dc=jkzl
  223. password: jkzl
  224. root: dc=ehr,dc=jkzl
  225. # -- unknown use --
  226. redis:
  227. host: 10.176.97.5 # Redis server host.
  228. port: 6390
  229. password: q4YaQemf
  230. data:
  231. mongodb:
  232. host: 10.176.97.9
  233. port: 29000
  234. username: jkzlehr
  235. password: GMLBq1LG
  236. authenticationDatabase: admin
  237. database: ehr
  238. solr:
  239. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  240. elasticsearch:
  241. jest:
  242. uris: http://10.176.97.7:9200
  243. fast-dfs:
  244. tracker-server: 10.176.97.5:22122
  245. public-server: http://10.176.97.5:8888
  246. es:
  247. index: wlyy_quota_test
  248. type: wlyy_quota_test
  249. host: http://10.176.97.7:9200
  250. tHost: 10.176.97.7:9300
  251. clusterName: jkzl
  252. h5:
  253. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  254. appId: 9000401
  255. clientId: WYo0l73F8e
  256. handlerId: 50871
  257. #福州总部网关参数配置
  258. fz-gateway:
  259. url: http://service.yihu.com:8080/WSGW/rest
  260. clientId: 9000401
  261. clientVersion: 1.0
  262. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  263. handlerId: 50641
  264. hadoop:
  265. hbase-properties:
  266. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  267. ---
  268. spring:
  269. profiles: prod_fzzy
  270. datasource:
  271. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  272. username: healthcloud
  273. password: GP8Qz4qU
  274. # -- unknown use --
  275. ldap:
  276. host: 172.19.103.87
  277. port: 389
  278. bindDn: cn=admin,dc=ehr,dc=jkzl
  279. password: jkzl
  280. root: dc=ehr,dc=jkzl
  281. # -- unknown use --
  282. redis:
  283. host: 100.100.1.161 # Redis server host.
  284. port: 6390
  285. password: q4YaQemf
  286. data:
  287. mongodb:
  288. host: 100.100.1.157
  289. port: 29000
  290. username: jkzlehr
  291. password: GMLBq1LG
  292. authenticationDatabase: admin
  293. database: ehr
  294. solr:
  295. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  296. elasticsearch:
  297. jest:
  298. uris: http://100.100.1.158:9200
  299. fast-dfs:
  300. tracker-server: 100.100.1.157:22122
  301. public-server: http://100.100.1.157:8888
  302. es:
  303. index: wlyy_quota_test
  304. type: wlyy_quota_test
  305. host: http://100.100.1.158:9200
  306. tHost: 100.100.1.158:9300
  307. clusterName: jkzl
  308. h5:
  309. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  310. appId: 9000401
  311. clientId: WYo0l73F8e
  312. #福州总部网关参数配置
  313. fz-gateway:
  314. url: http://service.yihu.com:8080/WSGW/rest
  315. clientId: 9000401
  316. clientVersion: 1.0
  317. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  318. handlerId: 50641
  319. hadoop:
  320. hbase-properties:
  321. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  322. ---
  323. spring:
  324. profiles: prod_srformal
  325. datasource:
  326. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  327. username: healthcloud
  328. password: GP8Qz4qU
  329. # -- unknown use --
  330. ldap:
  331. host: 192.168.210.3
  332. port: 389
  333. bindDn: cn=admin,dc=ehr,dc=jkzl
  334. password: jkzl
  335. root: dc=ehr,dc=jkzl
  336. # -- unknown use --
  337. redis:
  338. host: 192.168.50.82 # Redis server host.
  339. port: 6379
  340. password: q4YaQemf
  341. data:
  342. mongodb:
  343. host: 192.168.50.26
  344. port: 20000
  345. username: jkzlehr
  346. password: GMLBq1LG
  347. authenticationDatabase: admin
  348. database: ehr
  349. solr:
  350. zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  351. elasticsearch:
  352. jest:
  353. uris: http://172.10.10.2:9200
  354. fast-dfs:
  355. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  356. public-server: http://192.168.50.37:8888
  357. es:
  358. index: wlyy_quota_test
  359. type: wlyy_quota_test
  360. host: http://172.10.10.2:9200
  361. tHost: 172.10.10.2:9300
  362. clusterName: jkzl
  363. h5:
  364. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  365. appId: 9000401
  366. clientId: WYo0l73F8e
  367. #福州总部网关参数配置
  368. fz-gateway:
  369. url: http://service.yihu.com:8080/WSGW/rest
  370. clientId: 9000401
  371. clientVersion: 1.0
  372. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  373. handlerId: 50641
  374. hadoop:
  375. hbase-properties:
  376. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com