svr-basic.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. info:
  2. app:
  3. name: SVR-BASIC
  4. description: EHR Platform Microservice.
  5. version: 1.0.0
  6. spring:
  7. datasource:
  8. driver-class-name: com.mysql.jdbc.Driver
  9. max-active: 20
  10. max-idle: 8
  11. min-idle: 8
  12. validation-query: SELECT 1
  13. test-on-borrow: true
  14. redis:
  15. database: 0 # Database index used by the connection factory.
  16. timeout: 0 # Connection timeout in milliseconds.
  17. #sentinel:
  18. # master: # Name of Redis server.
  19. # nodes: # Comma-separated list of host:port pairs.
  20. pool:
  21. 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.
  22. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  23. 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.
  24. 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.
  25. fast-dfs:
  26. connect-timeout: 10
  27. network-timeout: 60
  28. charset: ISO8859-1
  29. pool:
  30. init-size: 1
  31. max-size: 20
  32. wait-time: 500
  33. http:
  34. tracker-http-port: 80
  35. anti-steal-token: no
  36. secret-key: FastDFS1234567890
  37. eip:
  38. tenant: jkzl
  39. #健康上饶app-卫计委机构编码--用于居民注册设置默认权限
  40. jksr-app:
  41. orgcode: PDY026797
  42. registerRoleClientId: WYo0l73F8e,HPnz4GXfYA #用于创建这些应用的默认角色(健康上饶app,公众健康服务)
  43. hadoop:
  44. hbase-properties:
  45. hbase.zookeeper.property.clientPort: 2181
  46. zookeeper.znode.parent: /hbase-unsecure
  47. user:
  48. name: root
  49. ---
  50. spring:
  51. profiles: dev
  52. datasource:
  53. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  54. username: chenweishan
  55. password: chenweishan
  56. # -- unknown use --
  57. ldap:
  58. host: 172.19.103.87
  59. port: 389
  60. bindDn: cn=admin,dc=ehr,dc=jkzl
  61. password: jkzl
  62. root: dc=ehr,dc=jkzl
  63. # -- unknown use --
  64. redis:
  65. host: 172.19.103.47 # Redis server host.
  66. port: 6379
  67. password: redis!@456
  68. data:
  69. mongodb:
  70. host: 192.168.1.220
  71. port: 27017
  72. username: admin
  73. password: admin
  74. authenticationDatabase: admin
  75. database: ehr
  76. solr:
  77. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  78. elasticsearch:
  79. jest:
  80. uris: http://172.19.103.68:9200
  81. fast-dfs:
  82. tracker-server: 172.19.103.13:22122
  83. public-server: http://172.19.103.52:80
  84. es:
  85. index: wlyy_quota_test
  86. type: wlyy_quota_test
  87. host: http://172.19.103.68:9200
  88. tHost: 172.19.103.68:9300
  89. clusterName: jkzl
  90. h5:
  91. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  92. appId: 9000401
  93. clientId: WYo0l73F8e
  94. #福州总部网关参数配置
  95. fz-gateway:
  96. url: http://172.19.103.73:10001/fzGateway/WSGW/rest
  97. clientId: 9000401
  98. clientVersion: 1.0
  99. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  100. handlerId: 50871
  101. ---
  102. spring:
  103. profiles: prod
  104. datasource:
  105. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  106. username: weifuwu
  107. password: weifuwu
  108. # -- unknown use --
  109. ldap:
  110. host: 172.19.103.87
  111. port: 389
  112. bindDn: cn=admin,dc=ehr,dc=jkzl
  113. password: jkzl
  114. root: dc=ehr,dc=jkzl
  115. # -- unknown use --
  116. redis:
  117. host: 172.19.103.47 # Redis server host.
  118. port: 6379
  119. password: redis!@456
  120. data:
  121. mongodb:
  122. host: 192.168.1.220
  123. port: 27017
  124. username: admin
  125. password: admin
  126. authenticationDatabase: admin
  127. database: ehr
  128. solr:
  129. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  130. elasticsearch:
  131. jest:
  132. uris: http://172.19.103.68:9200
  133. fast-dfs:
  134. tracker-server: 172.19.103.13:22122
  135. public-server: http://172.19.103.52:80
  136. es:
  137. index: wlyy_quota_test
  138. type: wlyy_quota_test
  139. host: http://172.19.103.68:9200
  140. tHost: 172.19.103.68:9300
  141. clusterName: jkzl
  142. h5:
  143. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  144. appId: 9000401
  145. clientId: WYo0l73F8e
  146. #福州总部网关参数配置
  147. fz-gateway:
  148. url: http://172.19.103.73:10001/fzGateway/WSGW/rest
  149. clientId: 9000401
  150. clientVersion: 1.0
  151. secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  152. handlerId: 50871
  153. hadoop:
  154. hbase-properties:
  155. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com