svr-patient.yml 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. http:
  24. tracker-http-port: 80
  25. anti-steal-token: no
  26. secret-key: FastDFS1234567890
  27. ---
  28. spring:
  29. profiles: dev
  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. data-source:
  38. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  39. user-name: weifuwu
  40. password: weifuwu
  41. ---
  42. spring:
  43. profiles: prod
  44. data-source:
  45. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  46. user-name: ha
  47. password: jkzlxm