svr-pack-mgr.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. data-source:
  30. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  31. user-name: ha
  32. password: ha
  33. hibernate:
  34. show-sql: true
  35. format-sql: true
  36. fast-dfs:
  37. tracker-server: 172.19.103.54:22122
  38. ---
  39. spring:
  40. profiles: test
  41. data-source:
  42. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  43. user-name: weifuwu
  44. password: weifuwu
  45. hibernate:
  46. hibernate-properties:
  47. hibernate:
  48. show-sql: true
  49. format-sql: true
  50. fast-dfs:
  51. tracker-server: 172.19.103.13:22122
  52. ---
  53. spring:
  54. profiles: prod
  55. hibernate:
  56. show-sql: true
  57. format-sql: true
  58. fast-dfs:
  59. tracker-server: 11.1.2.9:22122
  60. data-source:
  61. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  62. user-name: ha
  63. password: jkzlxm