svr-adaption.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  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. charset: ISO8859-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: alpha
  39. fast-dfs:
  40. tracker-server: 172.19.103.54:22122
  41. public-server: http://172.19.103.54:22122
  42. data-source:
  43. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  44. user-name: ha
  45. password: ha
  46. ---
  47. spring:
  48. profiles: test
  49. fast-dfs:
  50. tracker-server: 172.19.103.13:22122
  51. public-server: http://172.19.103.52:80
  52. data-source:
  53. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  54. user-name: weifuwu
  55. password: weifuwu
  56. ---
  57. spring:
  58. profiles: prod
  59. fast-dfs:
  60. tracker-server: 11.1.2.9:22122
  61. public-server: http://ds.ehr.yihu.com:22122
  62. data-source:
  63. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  64. user-name: ha
  65. password: jkzlxm