svr-adaption.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. hibernate:
  11. dialect: org.hibernate.dialect.MySQL5Dialect
  12. fast-dfs:
  13. pool:
  14. init-size: 5
  15. max-size: 20
  16. wait-time: 500
  17. connect-timeout: 2
  18. network-timeout: 30
  19. fast-dfs:
  20. charset: ISO8859-1
  21. tracker-server: l27.0.0.1
  22. http:
  23. tracker-http-port: 80
  24. anti-steal-token: no
  25. secret-key: FastDFS1234567890
  26. ---
  27. spring:
  28. profiles: dev
  29. fast-dfs:
  30. tracker-server: 172.19.103.54:22122
  31. public-server: http://172.19.103.54:22122
  32. data-source:
  33. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  34. user-name: ha
  35. password: ha
  36. ---
  37. spring:
  38. profiles: test
  39. fast-dfs:
  40. tracker-server: 172.19.103.13:22122
  41. public-server: http://172.19.103.13:22122
  42. data-source:
  43. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  44. user-name: weifuwu
  45. password: weifuwu
  46. ---
  47. spring:
  48. profiles: prod
  49. fast-dfs:
  50. tracker-server: 11.1.2.9:22122
  51. public-server: http://ds.ehr.yihu.com:22122
  52. data-source:
  53. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  54. user-name: ha
  55. password: jkzlxm