svr-basic.yml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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. hadoop:
  97. hbase-properties:
  98. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  99. ---
  100. spring:
  101. profiles: test
  102. datasource:
  103. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  104. username: weifuwu
  105. password: weifuwu
  106. # -- unknown use --
  107. ldap:
  108. host: 172.19.103.87
  109. port: 389
  110. bindDn: cn=admin,dc=ehr,dc=jkzl
  111. password: jkzl
  112. root: dc=ehr,dc=jkzl
  113. # -- unknown use --
  114. redis:
  115. host: 172.19.103.47 # Redis server host.
  116. port: 6379
  117. password: redis!@456
  118. data:
  119. mongodb:
  120. host: 192.168.1.220
  121. port: 27017
  122. username: admin
  123. password: admin
  124. authenticationDatabase: admin
  125. database: ehr
  126. solr:
  127. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  128. elasticsearch:
  129. jest:
  130. uris: http://172.19.103.68:9200
  131. fast-dfs:
  132. tracker-server: 172.19.103.13:22122
  133. public-server: http://172.19.103.52:80
  134. es:
  135. index: wlyy_quota_test
  136. type: wlyy_quota_test
  137. host: http://172.19.103.68:9200
  138. tHost: 172.19.103.68:9300
  139. clusterName: jkzl
  140. h5:
  141. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  142. appId: 9000401
  143. clientId: WYo0l73F8e
  144. #福州总部网关参数配置
  145. fz-gateway:
  146. url: http://service.yihu.com:8085/WSGW/rest
  147. clientId: 9000401
  148. clientVersion: 1.0
  149. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  150. hadoop:
  151. hbase-properties:
  152. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  153. ---
  154. spring:
  155. profiles: prod_fz
  156. datasource:
  157. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  158. username: healthcloud
  159. password: GP8Qz4qU
  160. # -- unknown use --
  161. ldap:
  162. host: 172.19.103.87
  163. port: 389
  164. bindDn: cn=admin,dc=ehr,dc=jkzl
  165. password: jkzl
  166. root: dc=ehr,dc=jkzl
  167. # -- unknown use --
  168. redis:
  169. host: 11.1.2.22 # Redis server host.
  170. port: 6390
  171. # Login password of the redis server.
  172. password: Kb6wKDQP1W4
  173. data:
  174. mongodb:
  175. host: 11.1.2.19
  176. port: 20000
  177. username: jkzlehr
  178. password: GMLBq1LG
  179. authenticationDatabase: admin
  180. database: ehr
  181. solr:
  182. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  183. elasticsearch:
  184. jest:
  185. uris: http://172.19.103.68:9200
  186. fast-dfs:
  187. tracker-server: 11.1.2.9:22122
  188. public-server: http://11.1.2.9:80
  189. es:
  190. index: wlyy_quota_test
  191. type: wlyy_quota_test
  192. host: http://172.19.103.68:9200
  193. tHost: 172.19.103.68:9300
  194. clusterName: jkzl
  195. h5:
  196. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  197. appId: 9000401
  198. clientId: WYo0l73F8e
  199. #福州总部网关参数配置
  200. fz-gateway:
  201. url: http://service.yihu.com:8080/WSGW/rest
  202. clientId: 9000401
  203. clientVersion: 1.0
  204. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  205. hadoop:
  206. hbase-properties:
  207. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  208. ---
  209. spring:
  210. profiles: prod_sr
  211. datasource:
  212. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  213. username: healthcloud
  214. password: GP8Qz4qU
  215. # -- unknown use --
  216. ldap:
  217. host: 172.19.103.87
  218. port: 389
  219. bindDn: cn=admin,dc=ehr,dc=jkzl
  220. password: jkzl
  221. root: dc=ehr,dc=jkzl
  222. # -- unknown use --
  223. redis:
  224. host: 10.176.97.5 # Redis server host.
  225. port: 6390
  226. password: q4YaQemf
  227. data:
  228. mongodb:
  229. host: 10.176.97.9
  230. port: 29000
  231. username: jkzlehr
  232. password: GMLBq1LG
  233. authenticationDatabase: admin
  234. database: ehr
  235. solr:
  236. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  237. elasticsearch:
  238. jest:
  239. uris: http://10.176.97.7:9200
  240. fast-dfs:
  241. tracker-server: 10.176.97.5:22122
  242. public-server: http://10.176.97.5:8888
  243. es:
  244. index: wlyy_quota_test
  245. type: wlyy_quota_test
  246. host: http://10.176.97.7:9200
  247. tHost: 10.176.97.7:9300
  248. clusterName: jkzl
  249. h5:
  250. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  251. appId: 9000401
  252. clientId: WYo0l73F8e
  253. #福州总部网关参数配置
  254. fz-gateway:
  255. url: http://service.yihu.com:8080/WSGW/rest
  256. clientId: 9000401
  257. clientVersion: 1.0
  258. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  259. hadoop:
  260. hbase-properties:
  261. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  262. ---
  263. spring:
  264. profiles: prod_fzzy
  265. datasource:
  266. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  267. username: healthcloud
  268. password: GP8Qz4qU
  269. # -- unknown use --
  270. ldap:
  271. host: 172.19.103.87
  272. port: 389
  273. bindDn: cn=admin,dc=ehr,dc=jkzl
  274. password: jkzl
  275. root: dc=ehr,dc=jkzl
  276. # -- unknown use --
  277. redis:
  278. host: 100.100.1.161 # Redis server host.
  279. port: 6390
  280. password: q4YaQemf
  281. data:
  282. mongodb:
  283. host: 100.100.1.157
  284. port: 29000
  285. username: jkzlehr
  286. password: GMLBq1LG
  287. authenticationDatabase: admin
  288. database: ehr
  289. solr:
  290. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr
  291. elasticsearch:
  292. jest:
  293. uris: http://100.100.1.158:9200
  294. fast-dfs:
  295. tracker-server: 100.100.1.157:22122
  296. public-server: http://100.100.1.157:8888
  297. es:
  298. index: wlyy_quota_test
  299. type: wlyy_quota_test
  300. host: http://100.100.1.158:9200
  301. tHost: 100.100.1.158:9300
  302. clusterName: jkzl
  303. h5:
  304. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  305. appId: 9000401
  306. clientId: WYo0l73F8e
  307. #福州总部网关参数配置
  308. fz-gateway:
  309. url: http://service.yihu.com:8080/WSGW/rest
  310. clientId: 9000401
  311. clientVersion: 1.0
  312. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  313. hadoop:
  314. hbase-properties:
  315. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  316. ---
  317. spring:
  318. profiles: prod_srformal
  319. datasource:
  320. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  321. username: healthcloud
  322. password: GP8Qz4qU
  323. # -- unknown use --
  324. ldap:
  325. host: 192.168.210.3
  326. port: 389
  327. bindDn: cn=admin,dc=ehr,dc=jkzl
  328. password: jkzl
  329. root: dc=ehr,dc=jkzl
  330. # -- unknown use --
  331. redis:
  332. host: 192.168.50.82 # Redis server host.
  333. port: 6379
  334. password: q4YaQemf
  335. data:
  336. mongodb:
  337. host: 192.168.50.26
  338. port: 20000
  339. username: jkzlehr
  340. password: GMLBq1LG
  341. authenticationDatabase: admin
  342. database: ehr
  343. solr:
  344. zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  345. elasticsearch:
  346. jest:
  347. uris: http://172.10.10.2:9200
  348. fast-dfs:
  349. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  350. public-server: http://192.168.50.37:8888
  351. es:
  352. index: wlyy_quota_test
  353. type: wlyy_quota_test
  354. host: http://172.10.10.2:9200
  355. tHost: 172.10.10.2:9300
  356. clusterName: jkzl
  357. h5:
  358. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  359. appId: 9000401
  360. clientId: WYo0l73F8e
  361. #福州总部网关参数配置
  362. fz-gateway:
  363. url: http://service.yihu.com:8080/WSGW/rest
  364. clientId: 9000401
  365. clientVersion: 1.0
  366. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  367. hadoop:
  368. hbase-properties:
  369. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com