svr-adaption.yml 1.2 KB

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