From f29e6d08138d2d2d5c0fd25d36d373eb586b0565 Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Wed, 23 Jun 2021 23:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sentinel=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sentinel-dashboard/src/main/resources/application.properties b/sentinel-dashboard/src/main/resources/application.properties index 20ae4010..07f5bd3e 100755 --- a/sentinel-dashboard/src/main/resources/application.properties +++ b/sentinel-dashboard/src/main/resources/application.properties @@ -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-url-suffixes=htm,html,js,css,map,ico,ttf,woff,png # 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 # filtering in pom.xml for this resource file.