svr-standard.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. common.query.not.found: 该{0}不存在:{1}
  2. common.miss.parameter: 参数不能为空:{0}!
  3. common.notfound.entity: 没有找到{0}实体:{}
  4. std.version.invalid.stage: 该版本不处于编辑状态!
  5. fast-dfs:
  6. pool:
  7. init-size: 5
  8. max-size: 20
  9. wait-time: 500
  10. connect-timeout: 2
  11. network-timeout: 30
  12. charset: ISO8859-1
  13. http:
  14. tracker-http-port: 80
  15. anti-steal-token: no
  16. secret-key: FastDFS1234567890
  17. spring:
  18. # REDIS
  19. redis:
  20. database: 0 # Database index used by the connection factory.
  21. timeout: 0 # Connection timeout in milliseconds.
  22. #sentinel:
  23. # master: # Name of Redis server.
  24. # nodes: # Comma-separated list of host:port pairs.
  25. pool:
  26. 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.
  27. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  28. 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.
  29. 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.
  30. datasource:
  31. driver-class-name: com.mysql.jdbc.Driver
  32. max-active: 20
  33. max-idle: 8
  34. min-idle: 8
  35. validation-query: SELECT 1
  36. test-on-borrow: true
  37. eip:
  38. tenant: jkzl
  39. ---
  40. spring:
  41. profiles: dev
  42. datasource:
  43. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  44. username: weifuwu
  45. password: weifuwu
  46. redis:
  47. host: 172.19.103.47
  48. port: 6379
  49. password: redis!@456
  50. fast-dfs:
  51. tracker-server: 172.19.103.13:22122
  52. public-server: http://172.19.103.52:80
  53. ---
  54. spring:
  55. profiles: test
  56. datasource:
  57. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  58. username: weifuwu
  59. password: weifuwu
  60. redis:
  61. host: 172.19.103.47
  62. port: 6379
  63. password: redis!@456
  64. fast-dfs:
  65. tracker-server: 172.19.103.13:22122
  66. public-server: http://172.19.103.52:80
  67. ---
  68. spring:
  69. profiles: prod_fz
  70. datasource:
  71. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  72. username: healthcloud
  73. password: GP8Qz4qU
  74. redis:
  75. host: 11.1.2.22
  76. port: 6390
  77. password: Kb6wKDQP1W4
  78. fast-dfs:
  79. tracker-server: 11.1.2.9:22122
  80. public-server: http://11.1.2.9:80
  81. ---
  82. spring:
  83. profiles: prod_sr
  84. datasource:
  85. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  86. username: healthcloud
  87. password: GP8Qz4qU
  88. redis:
  89. host: 10.176.97.5
  90. port: 6390
  91. password: q4YaQemf
  92. fast-dfs:
  93. tracker-server: 10.176.97.5:22122
  94. public-server: http://10.176.97.5:8888
  95. ---
  96. spring:
  97. profiles: prod_fzzy
  98. datasource:
  99. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  100. username: healthcloud
  101. password: GP8Qz4qU
  102. redis:
  103. host: 100.100.1.161
  104. port: 6390
  105. password: q4YaQemf
  106. fast-dfs:
  107. tracker-server: 100.100.1.157:22122
  108. public-server: http://100.100.1.157:8888
  109. ---
  110. spring:
  111. profiles: prod_srformal
  112. datasource:
  113. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  114. username: healthcloud
  115. password: GP8Qz4qU
  116. redis:
  117. host: 192.168.50.82
  118. port: 6379
  119. password: q4YaQemf
  120. fast-dfs:
  121. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  122. public-server: http://192.168.220.62:23000