svr-pack-mgr.yml 3.8 KB

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