svr-basic.yml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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: 1
  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. ---
  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: chenweishan
  45. password: chenweishan
  46. # -- unknown use --
  47. ldap:
  48. host: 172.19.103.87
  49. port: 389
  50. bindDn: cn=admin,dc=ehr,dc=jkzl
  51. password: jkzl
  52. root: dc=ehr,dc=jkzl
  53. # -- unknown use --
  54. redis:
  55. host: 172.19.103.47 # Redis server host.
  56. port: 6379
  57. password: redis!@456
  58. data:
  59. mongodb:
  60. host: 192.168.1.220
  61. port: 27017
  62. username: admin
  63. password: admin
  64. authenticationDatabase: admin
  65. database: ehr
  66. elasticsearch:
  67. jest:
  68. uris: http://172.19.103.68:9200
  69. fast-dfs:
  70. tracker-server: 172.19.103.13:22122
  71. public-server: http://172.19.103.52:80
  72. es:
  73. index: wlyy_quota_test
  74. type: wlyy_quota_test
  75. host: http://172.19.103.68:9200
  76. tHost: 172.19.103.68:9300
  77. clusterName: jkzl
  78. h5:
  79. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  80. appId: 9000401
  81. clientId: WYo0l73F8e
  82. #福州总部网关参数配置
  83. fz-gateway:
  84. url: http://172.19.103.73:10001/fzGateway/WSGW/rest
  85. clientId: 9000401
  86. clientVersion: 1.0
  87. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  88. handlerId: 50871
  89. ---
  90. spring:
  91. profiles: test
  92. datasource:
  93. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  94. username: weifuwu
  95. password: weifuwu
  96. # -- unknown use --
  97. ldap:
  98. host: 172.19.103.87
  99. port: 389
  100. bindDn: cn=admin,dc=ehr,dc=jkzl
  101. password: jkzl
  102. root: dc=ehr,dc=jkzl
  103. # -- unknown use --
  104. redis:
  105. host: 172.19.103.47 # Redis server host.
  106. port: 6379
  107. password: redis!@456
  108. data:
  109. mongodb:
  110. host: 192.168.1.220
  111. port: 27017
  112. username: admin
  113. password: admin
  114. authenticationDatabase: admin
  115. database: ehr
  116. elasticsearch:
  117. jest:
  118. uris: http://172.19.103.68:9200
  119. fast-dfs:
  120. tracker-server: 172.19.103.13:22122
  121. public-server: http://172.19.103.52:80
  122. es:
  123. index: wlyy_quota_test
  124. type: wlyy_quota_test
  125. host: http://172.19.103.68:9200
  126. tHost: 172.19.103.68:9300
  127. clusterName: jkzl
  128. h5:
  129. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  130. appId: 9000401
  131. clientId: WYo0l73F8e
  132. #福州总部网关参数配置
  133. fz-gateway:
  134. url: http://172.19.103.73:10001/fzGateway/WSGW/rest
  135. clientId: 9000401
  136. clientVersion: 1.0
  137. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  138. handlerId: 50871
  139. ---
  140. spring:
  141. profiles: prod_fz
  142. datasource:
  143. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  144. username: healthcloud
  145. password: GP8Qz4qU
  146. # -- unknown use --
  147. ldap:
  148. host: 172.19.103.87
  149. port: 389
  150. bindDn: cn=admin,dc=ehr,dc=jkzl
  151. password: jkzl
  152. root: dc=ehr,dc=jkzl
  153. # -- unknown use --
  154. redis:
  155. host: 11.1.2.22 # Redis server host.
  156. port: 6390
  157. # Login password of the redis server.
  158. password: Kb6wKDQP1W4
  159. data:
  160. mongodb:
  161. host: 11.1.2.19
  162. port: 20000
  163. username: jkzlehr
  164. password: GMLBq1LG
  165. authenticationDatabase: admin
  166. database: ehr
  167. elasticsearch:
  168. jest:
  169. uris: http://172.19.103.68:9200
  170. fast-dfs:
  171. tracker-server: 11.1.2.9:22122
  172. public-server: http://11.1.2.9:80
  173. es:
  174. index: wlyy_quota_test
  175. type: wlyy_quota_test
  176. host: http://172.19.103.68:9200
  177. tHost: 172.19.103.68:9300
  178. clusterName: jkzl
  179. h5:
  180. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  181. appId: 9000401
  182. clientId: WYo0l73F8e
  183. #福州总部网关参数配置
  184. fz-gateway:
  185. url: http://11.1.2.13:10001/fzGateway/WSGW/rest
  186. clientId: 9000401
  187. clientVersion: 1.0
  188. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  189. handlerId: 50871
  190. ---
  191. spring:
  192. profiles: prod_sr
  193. datasource:
  194. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  195. username: healthcloud
  196. password: GP8Qz4qU
  197. # -- unknown use --
  198. ldap:
  199. host: 172.19.103.87
  200. port: 389
  201. bindDn: cn=admin,dc=ehr,dc=jkzl
  202. password: jkzl
  203. root: dc=ehr,dc=jkzl
  204. # -- unknown use --
  205. redis:
  206. host: 10.176.97.5 # Redis server host.
  207. port: 6390
  208. password: q4YaQemf
  209. data:
  210. mongodb:
  211. host: 10.176.97.9
  212. port: 29000
  213. username: jkzlehr
  214. password: GMLBq1LG
  215. authenticationDatabase: admin
  216. database: ehr
  217. elasticsearch:
  218. jest:
  219. uris: http://10.176.97.7:9200
  220. fast-dfs:
  221. tracker-server: 10.176.97.5:22122
  222. public-server: http://10.176.97.5:8888
  223. es:
  224. index: wlyy_quota_test
  225. type: wlyy_quota_test
  226. host: http://10.176.97.7:9200
  227. tHost: 10.176.97.7:9300
  228. clusterName: jkzl
  229. h5:
  230. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  231. appId: 9000401
  232. clientId: WYo0l73F8e
  233. handlerId: 50871
  234. #福州总部网关参数配置
  235. fz-gateway:
  236. url: http://10.176.97.10:10001/fzGateway/WSGW/rest
  237. clientId: 9000401
  238. clientVersion: 1.0
  239. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  240. handlerId: 50641
  241. ---
  242. spring:
  243. profiles: prod_fzzy
  244. datasource:
  245. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  246. username: healthcloud
  247. password: GP8Qz4qU
  248. # -- unknown use --
  249. ldap:
  250. host: 172.19.103.87
  251. port: 389
  252. bindDn: cn=admin,dc=ehr,dc=jkzl
  253. password: jkzl
  254. root: dc=ehr,dc=jkzl
  255. # -- unknown use --
  256. redis:
  257. host: 100.100.1.161 # Redis server host.
  258. port: 6390
  259. password: q4YaQemf
  260. data:
  261. mongodb:
  262. host: 100.100.1.157
  263. port: 29000
  264. username: jkzlehr
  265. password: GMLBq1LG
  266. authenticationDatabase: admin
  267. database: ehr
  268. elasticsearch:
  269. jest:
  270. uris: http://100.100.1.158:9200
  271. fast-dfs:
  272. tracker-server: 100.100.1.157:22122
  273. public-server: http://100.100.1.157:8888
  274. es:
  275. index: wlyy_quota_test
  276. type: wlyy_quota_test
  277. host: http://100.100.1.158:9200
  278. tHost: 100.100.1.158:9300
  279. clusterName: jkzl
  280. h5:
  281. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  282. appId: 9000401
  283. clientId: WYo0l73F8e
  284. #福州总部网关参数配置
  285. fz-gateway:
  286. url: http://100.100.1.162:10001/fzGateway/WSGW/rest
  287. clientId: 9000401
  288. clientVersion: 1.0
  289. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  290. handlerId: 50641
  291. ---
  292. spring:
  293. profiles: prod_srformal
  294. datasource:
  295. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  296. username: healthcloud
  297. password: GP8Qz4qU
  298. # -- unknown use --
  299. ldap:
  300. host: 192.168.210.3
  301. port: 389
  302. bindDn: cn=admin,dc=ehr,dc=jkzl
  303. password: jkzl
  304. root: dc=ehr,dc=jkzl
  305. # -- unknown use --
  306. redis:
  307. host: 192.168.50.82 # Redis server host.
  308. port: 6379
  309. password: q4YaQemf
  310. data:
  311. mongodb:
  312. host: 192.168.50.26
  313. port: 20000
  314. username: jkzlehr
  315. password: GMLBq1LG
  316. authenticationDatabase: admin
  317. database: ehr
  318. elasticsearch:
  319. jest:
  320. uris: http://172.10.10.2:9200
  321. fast-dfs:
  322. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  323. public-server: http://192.168.50.37:8888
  324. es:
  325. index: wlyy_quota_test
  326. type: wlyy_quota_test
  327. host: http://172.10.10.2:9200
  328. tHost: 172.10.10.2:9300
  329. clusterName: jkzl
  330. h5:
  331. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  332. appId: 9000401
  333. clientId: WYo0l73F8e
  334. #福州总部网关参数配置
  335. fz-gateway:
  336. url: http://192.168.220.84:10001/fzGateway/WSGW/rest
  337. clientId: 9000401
  338. clientVersion: 1.0
  339. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  340. handlerId: 50641