|
-
- spring.http.encoding.force=true
- spring.http.encoding.charset=UTF-8
- spring.http.encoding.enabled=true
-
-
- server.servlet.session.cookie.name=sentinel_dashboard_cookie
-
-
- logging.level.org.springframework.web=INFO
- logging.file=${user.home}/logs/csp/sentinel-dashboard.log
- logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
-
-
-
- auth.filter.exclude-urls=/,/auth/login,/auth/logout,/registry/machine,/version
- auth.filter.exclude-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png
-
- auth.username=sentinel
- auth.password=sentinel
-
-
-
-
-
-
- sentinel.dashboard.version=1.8.2
- sentinel.nacos.serverAddr=172.19.42.44:8848
- sentinel.nacos.namespace=
- sentinel.nacos.group-id=DEFAULT_GROUP
|