seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1KB

  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. #logging settings
  8. logging.level.org.springframework.web=INFO
  9. logging.file=${user.home}/logs/csp/sentinel-dashboard.log
  10. logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
  11. #logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
  12. #auth settings
  13. auth.filter.exclude-urls=/,/auth/login,/auth/logout,/registry/machine,/version
  14. auth.filter.exclude-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png
  15. # If auth.enabled=false, Sentinel console disable login
  16. auth.username=sentinel
  17. auth.password=sentinel
  18. #auth.username=telpo
  19. #auth.password=telpo#1234
  20. # Inject the dashboard version. It's required to enable
  21. # filtering in pom.xml for this resource file.
  22. # sentinel.dashboard.version=@project.version@
  23. sentinel.dashboard.version=1.8.2
  24. sentinel.nacos.serverAddr=172.19.42.44:8848
  25. sentinel.nacos.namespace=
  26. sentinel.nacos.group-id=DEFAULT_GROUP