svr-internet-hospital.yml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. #通用的配置不用区分环境变量
  2. server:
  3. port: ${server.svr-internet-hospital-port}
  4. spring:
  5. aop:
  6. proxy-target-class: true
  7. datasource:
  8. max-active: 200
  9. max-idle: 200 #最大空闲连接
  10. min-idle: 10 #最小空闲连接
  11. validation-query-timeout: 20
  12. log-validation-errors: true
  13. validation-interval: 60000 #避免过度验证,保证验证不超过这个频率——以毫秒为单位。如果一个连接应该被验证,但上次验证未达到指定间隔,将不再次验证。
  14. validation-query: SELECT 1 #SQL 查询, 用来验证从连接池取出的连接, 在将连接返回给调用者之前。 如果指定, 则查询必须是一个SQL SELECT 并且必须返回至少一行记录
  15. test-on-borrow: true #指明是否在从池中取出连接前进行检验, 如果检验失败, 则从池中去除连接并尝试取出另一个。注意: 设置为true 后如果要生效,validationQuery 参数必须设置为非空字符串
  16. test-on-return: true #指明是否在归还到池中前进行检验 注意: 设置为true 后如果要生效validationQuery 参数必须设置为非空字符串
  17. idle-timeout: 20000
  18. connection-test-query: SELECT 1
  19. num-tests-per-eviction-run: 200 #在每次空闲连接回收器线程(如果有)运行时检查的连接数量,最好和maxActive
  20. test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除
  21. min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
  22. time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
  23. http:
  24. multipart:
  25. max-file-size: 30MB
  26. # location: D:/work/soft_dev/IdeaWorkSpace/wlyy2.0/svr/svr-patient/temp_file/
  27. # resolve-lazily: true
  28. redis:
  29. database: 0 # Database index used by the connection factory.
  30. password: # Login password of the redis server.
  31. timeout: 120000 # 连接超时时间(毫秒) 60秒
  32. pool:
  33. max-active: 20 # 连接池最大连接数(使用负值表示没有限制)
  34. max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
  35. max-idle: 20 # 连接池中的最大空闲连接
  36. min-idle: 5 # 连接池中的最小空闲连接
  37. mail:
  38. default-encoding: UTF-8
  39. #端口
  40. port: 25
  41. #协议
  42. protocol: smtp
  43. properties.mail.smtp.auth: true
  44. properties.mail.smtp.starttls.enable: true
  45. properties.mail.smtp.starttls.required: true
  46. host: smtp.163.com
  47. #发送者的邮箱密码
  48. password: xmijk181016jkzl
  49. #发送者的邮箱账号
  50. username: i_jiankang@163.com
  51. es:
  52. index:
  53. servicePackLog: base_service_package_log
  54. type:
  55. servicePackLog: base_service_package_log
  56. fast-dfs:
  57. connect-timeout: 2 #链接超时时间
  58. network-timeout: 30
  59. charset: ISO8859-1 #编码
  60. http:
  61. tracker-http-port: 80
  62. anti-steal-token: no
  63. secret-key: FastDFS1234567890
  64. pool: #连接池大小
  65. init-size: 5
  66. max-size: 20
  67. wait-time: 500
  68. configDefault: # 默认配置
  69. saasId: xmjkzl_saasId
  70. express:
  71. sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
  72. sf_code: JKZL
  73. sf_check_word: QkeIfIvQdheqIv2cVSgAUnBU29lfNbVk
  74. ---
  75. spring:
  76. profiles: jwdev
  77. datasource:
  78. driver-class-name: com.mysql.jdbc.Driver
  79. url: jdbc:mysql://172.26.0.114/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  80. username: root
  81. password: jkzlehr
  82. elasticsearch:
  83. cluster-name: jkzl #集群名 默认elasticsearch
  84. cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  85. client-transport-sniff: false
  86. jest:
  87. uris: http://172.26.0.112:9200,http://172.26.0.112:9200
  88. connection-timeout: 60000 # Connection timeout in milliseconds.
  89. multi-threaded: true # Enable connection requests from multiple execution threads.
  90. activemq:
  91. broker-url: tcp://172.26.0.116:61616
  92. user: admin
  93. password: admin
  94. redis:
  95. host: 172.26.0.253 # Redis server host.
  96. port: 6379 # Redis server port.
  97. # password: jkzl_ehr
  98. # zipkin:
  99. # base-url: http://localhost:9411 #日志追踪的地址
  100. fastDFS:
  101. fastdfs_file_url: http://172.26.0.110:8888/
  102. fast-dfs:
  103. tracker-server: 172.26.0.110:22122 #服务器地址
  104. # 短信发送地址
  105. jw:
  106. smsUrl: http://svr-base:10020/sms_gateway/send
  107. myFamily:
  108. qrCodeFailurTime: 2
  109. wechat:
  110. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段
  111. # 短信验证码发送的客户端标识,居民端
  112. sms:
  113. clientId: EwC0iRSrcP
  114. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  115. demo:
  116. flag: true
  117. hospital:
  118. url: https://wx.xmzsh.com
  119. mqUser: JKZL
  120. mqPwd: 123456
  121. SourceSysCode: S60
  122. TargetSysCode: S01
  123. im:
  124. im_list_get: http://172.26.0.105:3000/
  125. data_base_name: im_internet_hospital
  126. # 上传文件临时路径配置
  127. FileTempPath:
  128. upload_temp_path : /var/local/temp
  129. image_path : /var/local/upload/images
  130. voice_path : /var/local/upload/voice
  131. chat_file_path : /var/local/upload/chat
  132. es:
  133. pwflag: 1 # 1需要密码,0不需要密码
  134. index:
  135. Statistics: hlw_quota_test
  136. type:
  137. Statistics: hlw_quota_test
  138. host: http://172.26.0.112:9200
  139. tHost: 172.26.0.112:9300
  140. clusterName: jkzl
  141. securityUser: lion:jkzlehr
  142. #是否开启i健康接口 0关闭,1开启
  143. testPattern:
  144. sign: 0
  145. wlyy:
  146. url: http://www.xmtyw.cn/wlyytest/
  147. ---
  148. spring:
  149. profiles: jwtest
  150. datasource:
  151. driver-class-name: com.mysql.jdbc.Driver
  152. url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  153. username: ssgg
  154. password: ssgg@jkzl2019
  155. elasticsearch:
  156. cluster-name: jkzl #集群名 默认elasticsearch
  157. cluster-nodes: 192.0.33.26:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  158. client-transport-sniff: false
  159. jest:
  160. uris: http://192.0.33.26:9300
  161. connection-timeout: 60000 # Connection timeout in milliseconds.
  162. multi-threaded: true # Enable connection requests from multiple execution threads.
  163. activemq:
  164. broker-url: tcp://59.61.92.90:9103
  165. user: jkzl
  166. password: jkzlehr
  167. redis:
  168. host: 192.0.33.26 # Redis server host.
  169. port: 6390 # Redis server port.
  170. password: Kb6wKDQP1W4
  171. fastDFS:
  172. fastdfs_file_url: http://192.0.33.26:8888/
  173. fast-dfs:
  174. tracker-server: 192.0.33.26:22122 #服务器地址
  175. wechat:
  176. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段 # todo 待配置
  177. # 短信验证码发送的客户端标识,居民端
  178. sms:
  179. clientId: EwC0iRSrcP #todo 待配置
  180. myFamily:
  181. qrCodeFailurTime: 2
  182. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  183. demo:
  184. flag: false
  185. hospital:
  186. url: https://wx.xmzsh.com
  187. mqUser: JKZL
  188. mqPwd: 123456
  189. SourceSysCode: S60
  190. TargetSysCode: S01
  191. im:
  192. im_list_get: http://192.0.33.103:3000/
  193. data_base_name: im
  194. # 上传文件临时路径配置
  195. FileTempPath:
  196. upload_temp_path : /var/local/temp
  197. image_path : /var/local/upload/images
  198. voice_path : /var/local/upload/voice
  199. chat_file_path : /var/local/upload/chat
  200. es:
  201. pwflag: 1 # 1需要密码,0不需要密码
  202. index:
  203. Statistics: hlw_quota_test
  204. type:
  205. Statistics: hlw_quota_test
  206. host: http://172.26.0.112:9200
  207. tHost: 172.26.0.112:9300
  208. clusterName: jkzl
  209. securityUser: lion:jkzlehr
  210. #是否开启i健康接口 0关闭,1开启
  211. testPattern:
  212. sign: 0
  213. wlyy:
  214. url: http://www.xmtyw.cn/wlyytest/
  215. ---
  216. spring:
  217. profiles: qytest
  218. datasource:
  219. driver-class-name: com.mysql.jdbc.Driver
  220. url: jdbc:mysql://172.26.0.54/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  221. username: root
  222. password: jkzlehr
  223. elasticsearch:
  224. cluster-name: jkzl #集群名 默认elasticsearch
  225. cluster-nodes: 172.26.0.55:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  226. client-transport-sniff: false
  227. jest:
  228. uris: http://172.26.0.55:9300
  229. connection-timeout: 60000 # Connection timeout in milliseconds.
  230. multi-threaded: true # Enable connection requests from multiple execution threads.
  231. activemq:
  232. broker-url: tcp://59.61.92.90:9103
  233. user: jkzl
  234. password: jkzlehr
  235. redis:
  236. host: 172.26.0.53 # Redis server host.
  237. port: 6379 # Redis server port.
  238. password: Kb6wKDQP1W4
  239. fastDFS:
  240. fastdfs_file_url: http://172.26.0.53:8888/
  241. fast-dfs:
  242. tracker-server: 172.26.0.53:22122 #服务器地址
  243. wechat:
  244. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段 # todo 待配置
  245. # 短信验证码发送的客户端标识,居民端
  246. sms:
  247. clientId: EwC0iRSrcP #todo 待配置
  248. myFamily:
  249. qrCodeFailurTime: 2
  250. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  251. demo:
  252. flag: false
  253. hospital:
  254. url: https://wx.xmzsh.com
  255. mqUser: JKZL
  256. mqPwd: 123456
  257. SourceSysCode: S60
  258. TargetSysCode: S01
  259. im:
  260. im_list_get: http://192.0.33.103:3000/
  261. data_base_name: im
  262. # 上传文件临时路径配置
  263. FileTempPath:
  264. upload_temp_path : /var/local/temp
  265. image_path : /var/local/upload/images
  266. voice_path : /var/local/upload/voice
  267. chat_file_path : /var/local/upload/chat
  268. es:
  269. pwflag: 1 # 1需要密码,0不需要密码
  270. index:
  271. Statistics: hlw_quota_test
  272. type:
  273. Statistics: hlw_quota_test
  274. host: http://172.26.0.55:9200
  275. tHost: 172.26.0.55:9300
  276. clusterName: jkzl
  277. securityUser: lion:jkzlehr
  278. #是否开启i健康接口 0关闭,1开启
  279. testPattern:
  280. sign: 0
  281. wlyy:
  282. url: http://www.xmtyw.cn/wlyytest/
  283. ---
  284. spring:
  285. profiles: jwprod
  286. datasource:
  287. driver-class-name: com.mysql.jdbc.Driver
  288. url: jdbc:mysql://192.0.33.27:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  289. username: im
  290. password: 2oEq3Kf7
  291. elasticsearch:
  292. cluster-name: jkzl #集群名 默认elasticsearch
  293. cluster-nodes: 192.0.33.26:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  294. client-transport-sniff: false
  295. jest:
  296. uris: http://192.0.33.26:9300
  297. connection-timeout: 60000 # Connection timeout in milliseconds.
  298. multi-threaded: true # Enable connection requests from multiple execution threads.
  299. activemq:
  300. broker-url: tcp://59.61.92.90:9103
  301. user: jkzl
  302. password: jkzlehr
  303. redis:
  304. host: 192.0.33.26 # Redis server host.
  305. port: 6390 # Redis server port.
  306. password: Kb6wKDQP1W4
  307. fastDFS:
  308. fastdfs_file_url: http://192.0.33.26:8888/
  309. fast-dfs:
  310. tracker-server: 192.0.33.26:22122 #服务器地址
  311. wechat:
  312. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段 # todo 待配置
  313. # 短信验证码发送的客户端标识,居民端
  314. sms:
  315. clientId: EwC0iRSrcP #todo 待配置
  316. myFamily:
  317. qrCodeFailurTime: 2
  318. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  319. demo:
  320. flag: false
  321. hospital:
  322. url: https://wx.xmzsh.com
  323. mqUser: JKZL
  324. mqPwd: 123456
  325. SourceSysCode: S60
  326. TargetSysCode: S01
  327. im:
  328. im_list_get: http://172.16.1.42:3000/
  329. data_base_name: im
  330. # 上传文件临时路径配置
  331. FileTempPath:
  332. upload_temp_path : /var/local/temp
  333. image_path : /var/local/upload/images
  334. voice_path : /var/local/upload/voice
  335. chat_file_path : /var/local/upload/chat
  336. es:
  337. pwflag: 1 # 1需要密码,0不需要密码
  338. index:
  339. Statistics: hlw_quota_test
  340. type:
  341. Statistics: hlw_quota_test
  342. host: http://172.26.0.112:9200
  343. tHost: 172.26.0.112:9300
  344. clusterName: jkzl
  345. securityUser: lion:jkzlehr
  346. #是否开启i健康接口 0关闭,1开启
  347. testPattern:
  348. sign: 0
  349. wlyy:
  350. url: http://www.xmtyw.cn/wlyytest/
  351. ---
  352. spring:
  353. profiles: jwOracleTest
  354. datasource:
  355. driver-class-name: oracle.jdbc.driver.OracleDriver
  356. url: jdbc:oracle:thin:@172.26.0.141:1521:helowin
  357. username: normal
  358. password: normal
  359. jpa:
  360. properties:
  361. hibernate:
  362. dialect: org.hibernate.dialect.Oracle10gDialect
  363. show_sql: true
  364. database: oracle
  365. # url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
  366. # username: root
  367. # password: 123456
  368. elasticsearch:
  369. cluster-name: jkzl #集群名 默认elasticsearch
  370. cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  371. client-transport-sniff: false
  372. jest:
  373. uris: http://172.26.0.112:9200,http://172.26.0.112:9200
  374. connection-timeout: 60000 # Connection timeout in milliseconds.
  375. multi-threaded: true # Enable connection requests from multiple execution threads.
  376. activemq:
  377. broker-url: tcp://172.26.0.116:61616
  378. user: admin
  379. password: admin
  380. redis:
  381. host: 172.26.0.253 # Redis server host.
  382. port: 6379 # Redis server port.
  383. fastDFS:
  384. fastdfs_file_url: http://172.26.0.110:8888/
  385. fast-dfs:
  386. tracker-server: 172.26.0.110:22122 #服务器地址
  387. wechat:
  388. id: 97ed8a0a-4f07-4b85-ab02-b716c611a464 # base库中,wx_wechat 的id字段
  389. # 短信验证码发送的客户端标识,居民端
  390. sms:
  391. clientId: EwC0iRSrcP
  392. myFamily:
  393. qrCodeFailurTime: 2
  394. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  395. demo:
  396. flag: true
  397. hospital:
  398. url: https://wx.xmzsh.com
  399. mqUser: JKZL
  400. mqPwd: 123456
  401. SourceSysCode: S60
  402. TargetSysCode: S01
  403. im:
  404. im_list_get: http://172.26.0.105:3000/
  405. data_base_name: im_internet_hospital
  406. # 上传文件临时路径配置
  407. FileTempPath:
  408. upload_temp_path : /var/local/temp
  409. image_path : /var/local/upload/images
  410. voice_path : /var/local/upload/voice
  411. chat_file_path : /var/local/upload/chat
  412. es:
  413. pwflag: 1 # 1需要密码,0不需要密码
  414. index:
  415. Statistics: hlw_quota_test
  416. type:
  417. Statistics: hlw_quota_test
  418. host: http://172.26.0.112:9200
  419. tHost: 172.26.0.112:9300
  420. clusterName: jkzl
  421. securityUser: lion:jkzlehr
  422. #是否开启i健康接口 0关闭,1开启
  423. testPattern:
  424. sign: 0
  425. wlyy:
  426. url: http://www.xmtyw.cn/wlyytest/
  427. ---
  428. spring:
  429. profiles: jwOracleProd
  430. ## ==眼科医院 数据库========================================================================
  431. datasource:
  432. driver-class-name: oracle.jdbc.driver.OracleDriver
  433. url: jdbc:oracle:thin:@10.10.10.16:1521/rac
  434. username: HLWYY
  435. password: Xmykzxhlwyy963
  436. jpa:
  437. properties:
  438. hibernate:
  439. dialect: org.hibernate.dialect.Oracle10gDialect
  440. show_sql: true
  441. database: oracle
  442. elasticsearch:
  443. cluster-name: jkzl #集群名 默认elasticsearch
  444. cluster-nodes: 192.168.33.198:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  445. client-transport-sniff: false
  446. jest:
  447. uris: http://192.168.33.198:9200
  448. connection-timeout: 60000 # Connection timeout in milliseconds.
  449. multi-threaded: true # Enable connection requests from multiple execution threads.
  450. activemq:
  451. broker-url: tcp://172.26.0.116:61616
  452. user: admin
  453. password: admin
  454. redis:
  455. host: 192.168.33.198 # Redis server host.
  456. port: 6380 # Redis server port.
  457. password: Kb6wKDQP1W4
  458. fastDFS:
  459. fastdfs_file_url: http://192.168.33.198:8888/
  460. fast-dfs:
  461. tracker-server: 192.168.33.198:22122 #服务器地址
  462. wechat:
  463. id: 97ed8a0a-4f07-4b85-ab02-b716c611a464 # base库中,wx_wechat 的id字段
  464. # 短信验证码发送的客户端标识,居民端
  465. sms:
  466. clientId: EwC0iRSrcP
  467. myFamily:
  468. qrCodeFailurTime: 2
  469. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  470. demo:
  471. flag: true
  472. hospital:
  473. url: https://wx.xmzsh.com
  474. mqUser: JKZL
  475. mqPwd: 123456
  476. SourceSysCode: S60
  477. TargetSysCode: S01
  478. im:
  479. im_list_get: http://172.26.0.105:3000/
  480. data_base_name: im_internet_hospital
  481. # 上传文件临时路径配置
  482. FileTempPath:
  483. upload_temp_path : /var/local/temp
  484. image_path : /var/local/upload/images
  485. voice_path : /var/local/upload/voice
  486. chat_file_path : /var/local/upload/chat
  487. es:
  488. pwflag: 1 # 1需要密码,0不需要密码
  489. index:
  490. Statistics: hlw_quota_test
  491. type:
  492. Statistics: hlw_quota_test
  493. host: http://192.168.33.198:9200
  494. tHost: 192.168.33.198:9300
  495. clusterName: jkzl
  496. securityUser: lion:jkzlehr
  497. #是否开启i健康接口 0关闭,1开启
  498. testPattern:
  499. sign: 0
  500. wlyy:
  501. url: http://www.xmtyw.cn/wlyytest/
  502. ##==眼科医院 数据库end=======================================================================
  503. ---
  504. ##==心脏中心 ===============================================================================
  505. spring:
  506. profiles: xzprod
  507. datasource:
  508. driver-class-name: com.mysql.jdbc.Driver
  509. url: jdbc:mysql://192.168.103.155:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  510. username: jzkl
  511. password: jzkl@2020
  512. elasticsearch:
  513. cluster-name: jkzl #集群名 默认elasticsearch
  514. cluster-nodes: 192.168.103.153:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  515. client-transport-sniff: false
  516. jest:
  517. uris: http://192.168.103.153:9300
  518. connection-timeout: 60000 # Connection timeout in milliseconds.
  519. multi-threaded: true # Enable connection requests from multiple execution threads.
  520. activemq:
  521. broker-url: tcp://59.61.92.90:9103
  522. user: jkzl
  523. password: jkzlehr
  524. redis:
  525. host: 192.168.103.158 # Redis server host.
  526. port: 6380 # Redis server port.
  527. password: q4YaQemf
  528. fastDFS:
  529. fastdfs_file_url: http://192.168.103.159:8888/
  530. fast-dfs:
  531. tracker-server: 192.168.103.159:22122 #服务器地址
  532. wechat:
  533. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段 # todo 待配置
  534. # 短信验证码发送的客户端标识,居民端
  535. sms:
  536. clientId: EwC0iRSrcP #todo 待配置
  537. myFamily:
  538. qrCodeFailurTime: 2
  539. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  540. demo:
  541. flag: false
  542. hospital:
  543. url: https://wx.xmzsh.com
  544. mqUser: JKZL
  545. mqPwd: 123456
  546. SourceSysCode: S60
  547. TargetSysCode: S01
  548. im:
  549. im_list_get: http://172.16.1.42:3000/
  550. data_base_name: im
  551. # 上传文件临时路径配置
  552. FileTempPath:
  553. upload_temp_path : /var/local/temp
  554. image_path : /var/local/upload/images
  555. voice_path : /var/local/upload/voice
  556. chat_file_path : /var/local/upload/chat
  557. es:
  558. pwflag: 1 # 1需要密码,0不需要密码
  559. index:
  560. Statistics: hlw_quota_test
  561. type:
  562. Statistics: hlw_quota_test
  563. host: http://172.26.0.112:9200
  564. tHost: 172.26.0.112:9300
  565. clusterName: jkzl
  566. securityUser: lion:jkzlehr
  567. #是否开启i健康接口 0关闭,1开启
  568. testPattern:
  569. sign: 0
  570. wlyy:
  571. url: http://www.xmtyw.cn/wlyytest/
  572. ---
  573. ##==厦门卫计委 ===============================================================================
  574. spring:
  575. profiles: xmjwprod
  576. datasource:
  577. driver-class-name: com.mysql.jdbc.Driver
  578. url: jdbc:mysql://59.61.92.90:9409/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  579. username: wlyy
  580. password: qY#j2n5O
  581. # elasticsearch:
  582. # cluster-name: jkzl #集群名 默认elasticsearch
  583. # cluster-nodes: 59.61.92.90:9208 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
  584. # client-transport-sniff: false
  585. # jest:
  586. # uris: http://59.61.92.90:9209
  587. # connection-timeout: 60000 # Connection timeout in milliseconds.
  588. # multi-threaded: true # Enable connection requests from multiple execution threads.
  589. activemq:
  590. broker-url: tcp://59.61.92.90:9103
  591. user: jkzl
  592. password: jkzlehr
  593. redis:
  594. host: 59.61.92.90 # Redis server host.
  595. port: 9206 # Redis server port.
  596. password: jkzlehr
  597. fastDFS:
  598. fastdfs_file_url: http://192.168.103.159:8888/
  599. fast-dfs:
  600. tracker-server: 192.168.103.159:22122 #服务器地址
  601. wechat:
  602. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段 # todo 待配置
  603. # 短信验证码发送的客户端标识,居民端
  604. sms:
  605. clientId: EwC0iRSrcP #todo 待配置
  606. myFamily:
  607. qrCodeFailurTime: 2
  608. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  609. demo:
  610. flag: false
  611. hospital:
  612. url: https://wx.xmzsh.com
  613. mqUser: JKZL
  614. mqPwd: 123456
  615. SourceSysCode: S60
  616. TargetSysCode: S01
  617. im:
  618. im_list_get: http://27.150.190.148:16000/
  619. data_base_name: im
  620. # 上传文件临时路径配置
  621. FileTempPath:
  622. upload_temp_path : /var/local/temp
  623. image_path : /var/local/upload/images
  624. voice_path : /var/local/upload/voice
  625. chat_file_path : /var/local/upload/chat
  626. es:
  627. pwflag: 0 # 1需要密码,0不需要密码
  628. index:
  629. Statistics: hlw_quota_prod
  630. type:
  631. Statistics: hlw_quota_prod
  632. host: http://59.61.92.90:9208
  633. tHost: 59.61.92.90:9209
  634. clusterName: jkzl
  635. securityUser: lion:jkzlehr
  636. #是否开启i健康接口 0关闭,1开启
  637. testPattern:
  638. sign: 1
  639. wlyy:
  640. url: http://www.xmtyw.cn/wlyy/