svr-patient.yml 967 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. http:
  20. tracker-http-port: 80
  21. anti-steal-token: no
  22. secret-key: FastDFS1234567890
  23. ---
  24. spring:
  25. profiles: dev
  26. data-source:
  27. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  28. user-name: ha
  29. password: ha
  30. ---
  31. spring:
  32. profiles: test
  33. data-source:
  34. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  35. user-name: weifuwu
  36. password: weifuwu
  37. ---
  38. spring:
  39. profiles: prod
  40. data-source:
  41. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  42. user-name: ha
  43. password: jkzlxm