svr-esb.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. logging:
  2. level:
  3. com:
  4. netflix: ERROR
  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. multipart:
  15. max-file-size: 100MB
  16. max-request-size: 100MB
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. charset: ISO8859-1
  25. http:
  26. tracker-http-port: 80
  27. anti-steal-token: no
  28. secret-key: FastDFS1234567890
  29. spring:
  30. jpa:
  31. show-sql: true
  32. hibernate:
  33. dialect: org.hibernate.dialect.MySQL5Dialect
  34. database:
  35. platform: org.hibernate.dialect.MySQL5Dialect
  36. ---
  37. spring:
  38. profiles: dev
  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. fast-dfs:
  44. tracker-server: 172.19.103.54:22122
  45. public-server: http://172.19.103.54:22122
  46. ---
  47. spring:
  48. profiles: alpha
  49. data-source:
  50. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  51. user-name: ha
  52. password: ha
  53. fast-dfs:
  54. tracker-server: 172.19.103.54:22122
  55. public-server: http://172.19.103.54:22122
  56. ---
  57. spring:
  58. profiles: test
  59. data-source:
  60. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  61. user-name: weifuwu
  62. password: weifuwu
  63. fast-dfs:
  64. tracker-server: 172.19.103.13:22122
  65. public-server: http://172.19.103.52:80
  66. ---
  67. spring:
  68. profiles: prod
  69. data-source:
  70. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  71. user-name: ha
  72. password: jkzlxm
  73. fast-dfs:
  74. tracker-server: 11.1.2.9:22122
  75. public-server: http://ds.ehr.yihu.com:22122