svr-basic.yml 3.9 KB

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