application.yml 959 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 9000
  3. servlet:
  4. session:
  5. cookie:
  6. name: sentinel_dashboard_cookie
  7. encoding:
  8. charset: UTF-8
  9. enabled: true
  10. force: true
  11. spring:
  12. mvc:
  13. #Spring Boot 2.6+\u540E\u6620\u5C04\u5339\u914D\u7684\u9ED8\u8BA4\u7B56\u7565\u5DF2\u4ECEAntPathMatcher\u66F4\u6539\u4E3APathPatternParser,\u9700\u8981\u624B\u52A8\u6307\u5B9A\u4E3Aant-path-matcher
  14. pathmatch:
  15. matching-strategy: ant-path-matcher
  16. #auth settings
  17. auth:
  18. filter:
  19. exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
  20. exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version
  21. password: sentinel
  22. username: sentinel
  23. logging:
  24. level:
  25. org:
  26. springframework:
  27. web: INFO
  28. pattern:
  29. file: '%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n'
  30. file:
  31. name: ${user.home}/logs/csp/sentinel-dashboard.log
  32. nacos:
  33. server:
  34. ip: @config.server-addr@
  35. sentinel:
  36. dashboard:
  37. version: 1.8.2