svr-adaption.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. fast-dfs:
  32. tracker-server: 172.19.103.54:22122
  33. public-server: http://172.19.103.54:22122
  34. data-source:
  35. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  36. user-name: ha
  37. password: ha
  38. ---
  39. spring:
  40. profiles: test
  41. fast-dfs:
  42. tracker-server: 172.19.103.13:22122
  43. public-server: http://172.19.103.52:80
  44. data-source:
  45. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  46. user-name: weifuwu
  47. password: weifuwu
  48. ---
  49. spring:
  50. profiles: prod
  51. fast-dfs:
  52. tracker-server: 11.1.2.9:22122
  53. public-server: http://ds.ehr.yihu.com:22122
  54. data-source:
  55. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  56. user-name: ha
  57. password: jkzlxm