svr-stdandard.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  11. user-name: ha
  12. password: ha
  13. fast-dfs:
  14. pool:
  15. init-size: 5
  16. max-size: 20
  17. wait-time: 500
  18. connect-timeout: 2
  19. network-timeout: 30
  20. http:
  21. tracker-http-port: 80
  22. anti-steal-token: no
  23. secret-key: FastDFS1234567890
  24. ---
  25. spring:
  26. profiles: dev
  27. data-source:
  28. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  29. user-name: ha
  30. password: ha
  31. hibernate:
  32. show-sql: true
  33. format-sql: true
  34. fast-dfs:
  35. tracker-server: 172.19.103.54:22122
  36. ---
  37. spring:
  38. profiles: test
  39. data-source:
  40. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  41. user-name: ha
  42. password: ha
  43. hibernate:
  44. show-sql: true
  45. format-sql: true
  46. fast-dfs:
  47. tracker-server: 172.19.103.54:22122
  48. ---
  49. spring:
  50. profiles: prod
  51. data-source:
  52. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  53. user-name: ha
  54. password: ha
  55. hibernate:
  56. show-sql: true
  57. format-sql: true
  58. fast-dfs:
  59. tracker-server: 172.19.103.54:22122