You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
422 B
YAML
22 lines
422 B
YAML
3 years ago
|
server:
|
||
|
servlet:
|
||
|
encoding:
|
||
|
force: true
|
||
|
charset: UTF-8
|
||
|
enabled: true
|
||
|
session:
|
||
|
cookie:
|
||
|
name: sentinel_dashboard_cookie
|
||
|
|
||
|
logging:
|
||
|
level:
|
||
|
org.springframework.web: INFO
|
||
|
|
||
|
auth:
|
||
|
enabled: true
|
||
|
filter:
|
||
|
exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version
|
||
|
exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
|
||
|
username: sentinel
|
||
|
password: sentinel
|