application.yml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. server:
  2. port: 10030
  3. info:
  4. app:
  5. name: SVR-BASIC
  6. description: EHR Platform Microservice.
  7. version: 1.0.0
  8. spring:
  9. datasource:
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. max-active: 20
  12. max-idle: 8
  13. min-idle: 8
  14. validation-query: SELECT 1
  15. test-on-borrow: true
  16. redis:
  17. database: 0 # Database index used by the connection factory.
  18. timeout: 0 # Connection timeout in milliseconds.
  19. #sentinel:
  20. # master: # Name of Redis server.
  21. # nodes: # Comma-separated list of host:port pairs.
  22. pool:
  23. 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.
  24. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  25. 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.
  26. 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.
  27. fast-dfs:
  28. connect-timeout: 10
  29. network-timeout: 60
  30. charset: ISO8859-1
  31. pool:
  32. init-size: 1
  33. max-size: 20
  34. wait-time: 500
  35. http:
  36. tracker-http-port: 80
  37. anti-steal-token: no
  38. secret-key: FastDFS1234567890
  39. eip:
  40. tenant: jkzl
  41. #健康上饶app-卫计委机构编码--用于居民注册设置默认权限
  42. jksr-app:
  43. orgcode: PDY026797
  44. registerRoleClientId: WYo0l73F8e,HPnz4GXfYA #用于创建这些应用的默认角色(健康上饶app,公众健康服务)
  45. hadoop:
  46. hbase-properties:
  47. hbase.zookeeper.property.clientPort: 2181
  48. zookeeper.znode.parent: /hbase-unsecure
  49. user:
  50. name: root
  51. # 上传文件临时路径配置
  52. FileTempPath:
  53. upload_temp_path : /var/local/temp
  54. image_path : /var/local/upload/images
  55. voice_path : /var/local/upload/voice
  56. chat_file_path : /var/local/upload/chat
  57. default:
  58. password: 123456
  59. eureka:
  60. client:
  61. healthcheck:
  62. enabled: false
  63. serviceUrl:
  64. defaultZone: http://jw:jkzl@172.26.0.153:8761/eureka/
  65. instance:
  66. prefer-ip-address: false
  67. instance-id: ${spring.cloud.client.ip-address}:10030
  68. ---
  69. spring:
  70. profiles: dev
  71. datasource:
  72. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  73. username: chenweishan
  74. password: chenweishan
  75. # -- unknown use --
  76. ldap:
  77. host: 172.19.103.87
  78. port: 389
  79. bindDn: cn=admin,dc=ehr,dc=jkzl
  80. password: jkzl
  81. root: dc=ehr,dc=jkzl
  82. # -- unknown use --
  83. redis:
  84. host: 172.19.103.47 # Redis server host.
  85. port: 6379
  86. password: redis!@456
  87. data:
  88. mongodb:
  89. host: 192.168.1.220
  90. port: 27017
  91. username: admin
  92. password: admin
  93. authenticationDatabase: admin
  94. database: ehr
  95. solr:
  96. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  97. elasticsearch:
  98. jest:
  99. uris: http://172.19.103.68:9200
  100. fast-dfs:
  101. tracker-server: 172.19.103.13:22122
  102. public-server: http://172.19.103.52:80
  103. es:
  104. index: wlyy_quota_test
  105. type: wlyy_quota_test
  106. host: http://172.19.103.68:9200
  107. tHost: 172.19.103.68:9300
  108. clusterName: jkzl
  109. h5:
  110. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  111. appId: 9000401
  112. clientId: WYo0l73F8e
  113. #福州总部网关参数配置
  114. fz-gateway:
  115. url: http://172.19.103.73:10001/fzGateway/WSGW/rest
  116. clientId: 9000401
  117. clientVersion: 1.0
  118. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  119. handlerId: 50871
  120. hadoop:
  121. hbase-properties:
  122. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  123. ---
  124. spring:
  125. profiles: mlwTest
  126. datasource:
  127. url: jdbc:mysql://172.26.0.114:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  128. username: root
  129. password: 4D^tK%!4
  130. # -- unknown use --
  131. ldap:
  132. host: 172.19.103.87
  133. port: 389
  134. bindDn: cn=admin,dc=ehr,dc=jkzl
  135. password: jkzl
  136. root: dc=ehr,dc=jkzl
  137. # -- unknown use --
  138. redis:
  139. host: 172.26.0.253 # Redis server host.
  140. port: 6390
  141. password: Kb6wKDQP1W4
  142. data:
  143. mongodb:
  144. host: 192.168.1.220
  145. port: 27017
  146. username: admin
  147. password: admin
  148. authenticationDatabase: admin
  149. database: ehr
  150. solr:
  151. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  152. elasticsearch:
  153. jest:
  154. uris: http://172.19.103.68:9200
  155. fastDFS:
  156. fastdfs_file_url: http://127.0.0.1:8888/
  157. fast-dfs:
  158. tracker-server: 172.26.0.200:22122
  159. public-server: http://172.26.0.200:80
  160. elasticsearch:
  161. cluster-name: elasticsearch
  162. cluster-nodes: 172.26.0.56:9300
  163. deploy:
  164. region: 3502
  165. es:
  166. pwflag: 1 # 1需要密码,2不需要密码
  167. index:
  168. Statistics: hlw_quota_test
  169. type:
  170. Statistics: hlw_quota_test
  171. host: http://172.26.0.55:9000
  172. tHost: 172.26.0.55:9300
  173. clusterName: jkzl
  174. securityUser: lion:jkzlehr
  175. user: lion
  176. password: jkzlehr
  177. wechat:
  178. id: xm_mlw_wx # base库中,wx_wechat 的id字段
  179. flag: false #演示环境 true走Mysql数据库 false走Oracle
  180. url: http://172.16.100.37:8090/hospitalPortal-sms/sms/sendMessage
  181. wlyy:
  182. url: http://
  183. demo:
  184. flag: true
  185. #支付支付
  186. pay:
  187. flag: true
  188. hospital:
  189. url: https://wx.xmzsh.com
  190. mqUser: JKZL
  191. mqPwd: 123456
  192. SourceSysCode: S60
  193. TargetSysCode: S01
  194. express:
  195. sf_url: https://mr
  196. sf_code: JKZL
  197. sf_check_word: Qke
  198. im:
  199. im_list_get: http://172.26.0.105:3000/
  200. data_base_name: im_internet_hospital