svr-basic.yml 8.8 KB

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