svr-basic.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. hadoop:
  39. hbase-properties:
  40. hbase.zookeeper.property.clientPort: 2181
  41. zookeeper.znode.parent: /hbase-unsecure
  42. user:
  43. name: root
  44. ---
  45. spring:
  46. profiles: prod
  47. datasource:
  48. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  49. username: healthcloud
  50. password: GP8Qz4qU
  51. # -- unknown use --
  52. ldap:
  53. host: 192.168.210.3
  54. port: 389
  55. bindDn: cn=admin,dc=ehr,dc=jkzl
  56. password: jkzl
  57. root: dc=ehr,dc=jkzl
  58. # -- unknown use --
  59. redis:
  60. host: 192.168.50.82 # Redis server host.
  61. port: 6379
  62. password: q4YaQemf
  63. data:
  64. mongodb:
  65. host: 192.168.50.26
  66. port: 20000
  67. username: jkzlehr
  68. password: GMLBq1LG
  69. authenticationDatabase: admin
  70. database: ehr
  71. solr:
  72. zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  73. elasticsearch:
  74. jest:
  75. uris: http://172.10.10.5:9200
  76. fast-dfs:
  77. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  78. public-server: http://192.168.220.66:23000
  79. es:
  80. index: wlyy_quota_test
  81. type: wlyy_quota_test
  82. host: http://172.10.10.5:9200
  83. tHost: 172.10.10.5:9300
  84. clusterName: jkzl
  85. h5:
  86. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  87. appId: 9000401
  88. clientId: WYo0l73F8e
  89. #福州总部网关参数配置
  90. fz-gateway:
  91. url: http://192.168.220.84:10001/fzGateway/WSGW/rest
  92. clientId: 9000401
  93. clientVersion: 1.0
  94. secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  95. handlerId: 50641
  96. hadoop:
  97. hbase-properties:
  98. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com