svr-cipher.yml 1000 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ---
  25. spring:
  26. profiles: alpha
  27. datasource:
  28. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  29. username: ha
  30. password: ha
  31. ---
  32. spring:
  33. profiles: test
  34. datasource:
  35. url: jdbc:mysql://172.19.103.38:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  36. username: cloud
  37. password: cloud
  38. ---
  39. spring:
  40. profiles: prod
  41. datasource:
  42. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  43. username: ha
  44. password: jkzlxm