Browse Source

修改sentinel用户密码

master
wangjx 3 years ago
parent
commit
f29e6d0813
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      sentinel-dashboard/src/main/resources/application.properties

+ 4
- 2
sentinel-dashboard/src/main/resources/application.properties View File

@@ -16,8 +16,10 @@ logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %
auth.filter.exclude-urls=/,/auth/login,/auth/logout,/registry/machine,/version 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.filter.exclude-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png
# If auth.enabled=false, Sentinel console disable login # If auth.enabled=false, Sentinel console disable login
auth.username=sentinel
auth.password=sentinel
# auth.username=sentinel
# auth.password=sentinel
auth.username=telpo
auth.password=telpo#1234


# Inject the dashboard version. It's required to enable # Inject the dashboard version. It's required to enable
# filtering in pom.xml for this resource file. # filtering in pom.xml for this resource file.

Loading…
Cancel
Save