svr-pack-mgr.yml 1.2 KB

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