8b216689811e510f86f2a51676f46b8c135cd6cb.svn-base 1.0 KB

12345678910111213141516171819202122232425262728
  1. #spring settings
  2. spring.http.encoding.force=true
  3. spring.http.encoding.charset=UTF-8
  4. spring.http.encoding.enabled=true
  5. #cookie name setting
  6. server.servlet.session.cookie.name=sentinel_dashboard_cookie
  7. #spring.cloud.nacos.config.server-addr=127.0.0.1:8848
  8. #spring.cloud.nacos.config.namespace=
  9. #spring.cloud.nacos.config.group-id=DEFAULT_GROUP
  10. server.port=8087
  11. #logging settings
  12. logging.level.org.springframework.web=INFO
  13. logging.file=${user.home}/logs/csp/sentinel-dashboard.log
  14. logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
  15. #logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
  16. #auth settings
  17. auth.filter.exclude-urls=/,/auth/login,/auth/logout,/registry/machine,/version
  18. auth.filter.exclude-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png
  19. # If auth.enabled=false, Sentinel console disable login
  20. auth.username=sentinel
  21. auth.password=sentinel
  22. # Inject the dashboard version. It's required to enable
  23. # filtering in pom.xml for this resource file.
  24. sentinel.dashboard.version=1.8.2