svr-security.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. ---
  18. spring:
  19. profiles: dev
  20. datasource:
  21. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  22. username: ha
  23. password: ha
  24. eip:
  25. tenant: jkzl
  26. ---
  27. spring:
  28. profiles: alpha
  29. datasource:
  30. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  31. username: ha
  32. password: ha
  33. eip:
  34. tenant: jkzl
  35. ---
  36. spring:
  37. profiles: test
  38. datasource:
  39. url: jdbc:mysql://172.19.103.38:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  40. username: cloud
  41. password: cloud
  42. eip:
  43. tenant: jkzl
  44. ---
  45. spring:
  46. profiles: prod
  47. datasource:
  48. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  49. username: ha
  50. password: jkzlxm
  51. eip:
  52. tenant: jkzl