svr-pack-mgr.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. spring:
  2. # REDIS
  3. redis:
  4. database: 0 # Database index used by the connection factory.
  5. timeout: 0 # Connection timeout in milliseconds.
  6. #sentinel:
  7. # master: # Name of Redis server.
  8. # nodes: # Comma-separated list of host:port pairs.
  9. pool:
  10. 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.
  11. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  12. 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.
  13. 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.
  14. datasource:
  15. driver-class-name: com.mysql.jdbc.Driver
  16. max-active: 20
  17. max-idle: 8
  18. min-idle: 8
  19. validation-query: SELECT 1
  20. test-on-borrow: true
  21. eip:
  22. tenant: jkzl
  23. ---
  24. spring:
  25. profiles: dev
  26. datasource:
  27. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  28. username: weifuwu
  29. password: weifuwu
  30. redis:
  31. host: 172.19.103.47
  32. port: 6379
  33. password: redis!@456
  34. fast-dfs:
  35. tracker-server: 172.19.103.13:22122
  36. public-server: http://172.19.103.52:80
  37. elasticsearch:
  38. cluster-name: elasticsearch
  39. cluster-nodes: 172.19.103.9:9300
  40. ---
  41. spring:
  42. profiles: test
  43. datasource:
  44. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  45. username: weifuwu
  46. password: weifuwu
  47. redis:
  48. host: 172.19.103.47
  49. port: 6379
  50. password: redis!@456
  51. fast-dfs:
  52. tracker-server: 172.19.103.13:22122
  53. public-server: http://172.19.103.52:80
  54. elasticsearch:
  55. cluster-name: elasticsearch
  56. cluster-nodes: 172.19.103.9:9300
  57. ---
  58. spring:
  59. profiles: prod_fz
  60. datasource:
  61. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  62. username: healthcloud
  63. password: GP8Qz4qU
  64. redis:
  65. host: 11.1.2.22
  66. port: 6390
  67. password: Kb6wKDQP1W4
  68. fast-dfs:
  69. tracker-server: 11.1.2.9:22122
  70. public-server: http://11.1.2.9:80
  71. elasticsearch:
  72. cluster-name: elasticsearch
  73. cluster-nodes: 11.1.2.7:9300
  74. ---
  75. spring:
  76. profiles: prod_sr
  77. datasource:
  78. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  79. username: healthcloud
  80. password: GP8Qz4qU
  81. redis:
  82. host: 10.176.97.5
  83. port: 6390
  84. password: q4YaQemf
  85. fast-dfs:
  86. tracker-server: 10.176.97.5:22122
  87. public-server: http://10.176.97.5:8888
  88. elasticsearch:
  89. cluster-name: elasticsearch
  90. cluster-nodes: 10.176.97.7:9300
  91. ---
  92. spring:
  93. profiles: prod_fzzy
  94. datasource:
  95. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  96. username: healthcloud
  97. password: GP8Qz4qU
  98. redis:
  99. host: 100.100.1.161
  100. port: 6390
  101. password: q4YaQemf
  102. fast-dfs:
  103. tracker-server: 100.100.1.157:22122
  104. public-server: http://100.100.1.157:8888
  105. elasticsearch:
  106. cluster-name: elasticsearch
  107. cluster-nodes: 100.100.1.158:9300
  108. ---
  109. spring:
  110. profiles: prod_srformal
  111. datasource:
  112. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  113. username: healthcloud
  114. password: GP8Qz4qU
  115. redis:
  116. host: 192.168.50.82
  117. port: 6379
  118. password: q4YaQemf
  119. fast-dfs:
  120. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  121. public-server: http://192.168.50.37:8888
  122. elasticsearch:
  123. cluster-name: elasticsearch
  124. cluster-nodes: 172.10.10.5:9300