application.yml 583 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. logging:
  2. file: /data/logs/order.log
  3. level:
  4. root: INFO
  5. org.springframework.web: INFO
  6. org.springframework.security: INFO
  7. # org.springframework.boot.autoconfigure: DEBUG
  8. spring:
  9. thymeleaf:
  10. cache: false
  11. redis:
  12. host: 120.55.124.69
  13. port: 6280
  14. password: bbztx123456
  15. timeout: 5000
  16. boot:
  17. admin:
  18. client:
  19. url: http://127.0.0.1:8022
  20. password:
  21. salt: k12829WhsvnEV$#03b2n
  22. auth:
  23. client:
  24. secret: qx4MXVR9SJm31q2C
  25. management:
  26. endpoints:
  27. web:
  28. exposure:
  29. include: "*"