svr-pack-mgr.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. data-source:
  2. driver-class-name: com.mysql.jdbc.Driver
  3. initialize-size: 1
  4. max-total: 20
  5. max-idle: 10
  6. min-idle: 1
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. remove-abandoned-timeout: 55
  10. fast-dfs:
  11. pool:
  12. init-size: 5
  13. max-size: 20
  14. wait-time: 500
  15. connect-timeout: 2
  16. network-timeout: 30
  17. fast-dfs:
  18. charset: ISO8859-1
  19. tracker-server: l27.0.0.1
  20. http:
  21. tracker-http-port: 80
  22. anti-steal-token: no
  23. secret-key: FastDFS1234567890
  24. ---
  25. spring:
  26. profiles: dev
  27. data-source:
  28. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  29. user-name: ha
  30. password: ha
  31. fast-dfs:
  32. tracker-server: 172.19.103.54:22122
  33. ---
  34. spring:
  35. profiles: test
  36. data-source:
  37. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  38. user-name: weifuwu
  39. password: weifuwu
  40. fast-dfs:
  41. tracker-server: 172.19.103.13:22122
  42. ---
  43. spring:
  44. profiles: prod
  45. fast-dfs:
  46. tracker-server: 11.1.2.9:22122
  47. data-source:
  48. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  49. user-name: ha
  50. password: jkzlxm
  51. ---
  52. spring:
  53. profiles: ha
  54. data-source:
  55. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  56. user-name: ha
  57. password: ha