svr-esb.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. logging:
  2. level:
  3. com:
  4. netflix: ERROR
  5. spring:
  6. datasource:
  7. driver-class-name: com.mysql.jdbc.Driver
  8. max-active: 20
  9. max-idle: 8
  10. min-idle: 8
  11. validation-query: SELECT 1
  12. test-on-borrow: true
  13. multipart:
  14. max-file-size: 100MB
  15. max-request-size: 100MB
  16. fast-dfs:
  17. pool:
  18. init-size: 5
  19. max-size: 20
  20. wait-time: 500
  21. connect-timeout: 2
  22. network-timeout: 30
  23. charset: ISO8859-1
  24. http:
  25. tracker-http-port: 80
  26. anti-steal-token: no
  27. secret-key: FastDFS1234567890
  28. ---
  29. spring:
  30. profiles: dev
  31. datasource:
  32. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  33. username: ha
  34. password: ha
  35. fast-dfs:
  36. tracker-server: 172.19.103.54:22122
  37. public-server: http://172.19.103.54:22122
  38. ---
  39. spring:
  40. profiles: alpha
  41. datasource:
  42. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  43. username: ha
  44. password: ha
  45. fast-dfs:
  46. tracker-server: 172.19.103.54:22122
  47. public-server: http://172.19.103.54:22122
  48. ---
  49. spring:
  50. profiles: test
  51. datasource:
  52. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  53. username: weifuwu
  54. password: weifuwu
  55. fast-dfs:
  56. tracker-server: 172.19.103.13:22122
  57. public-server: http://172.19.103.52:80
  58. ---
  59. spring:
  60. profiles: prod
  61. datasource:
  62. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  63. username: ha
  64. password: jkzlxm
  65. fast-dfs:
  66. tracker-server: 11.1.2.9:22122
  67. public-server: http://ds.ehr.yihu.com:22122