svr-app.yml 1.3 KB

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