19 lines
698 B
Properties
Executable File
19 lines
698 B
Properties
Executable File
#spring settings
|
|
spring.http.encoding.force=true
|
|
spring.http.encoding.charset=UTF-8
|
|
spring.http.encoding.enabled=true
|
|
|
|
#logging settings
|
|
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
|
|
#logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
|
|
|
|
#auth settings
|
|
auth.filter.exclude-urls=/,/auth/login,/auth/logout,/registry/machine
|
|
auth.filter.exclude-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png
|
|
auth.username=sentinel
|
|
auth.password=sentinel
|
|
|
|
# get the project version for index
|
|
sentinel.dashboard.version=${project.version} |