svr-esb.yml 1.6 KB

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