svr-app.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. ---
  14. spring:
  15. profiles: dev
  16. fast-dfs:
  17. tracker-server: 172.19.103.54:22122
  18. public-server: http://172.19.103.54:22122
  19. datasource:
  20. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  21. username: ha
  22. password: ha
  23. ---
  24. spring:
  25. profiles: alpha
  26. fast-dfs:
  27. tracker-server: 172.19.103.54:22122
  28. public-server: http://172.19.103.54:22122
  29. datasource:
  30. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  31. username: ha
  32. password: ha
  33. ---
  34. spring:
  35. profiles: test
  36. fast-dfs:
  37. tracker-server: 172.19.103.13:22122
  38. public-server: http://172.19.103.52:80
  39. datasource:
  40. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  41. username: weifuwu
  42. password: weifuwu
  43. ---
  44. spring:
  45. profiles: prod
  46. fast-dfs:
  47. tracker-server: 11.1.2.9:22122
  48. public-server: http://ds.ehr.yihu.com:22122
  49. datasource:
  50. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  51. username: ha
  52. password: jkzlxm