change default value of dashboard_user and dashboard_pwd to empty string (#2383)

This commit is contained in:
fatedier
2021-05-10 23:04:26 +08:00
committed by GitHub
parent 2408f1df04
commit 0d84da91d4
4 changed files with 12 additions and 12 deletions

View File

@@ -180,8 +180,8 @@ func Test_LoadServerCommonConf(t *testing.T) {
ProxyBindAddr: "0.0.0.9",
VhostHTTPTimeout: 60,
DashboardAddr: "0.0.0.0",
DashboardUser: "admin",
DashboardPwd: "admin",
DashboardUser: "",
DashboardPwd: "",
EnablePrometheus: false,
LogFile: "console",
LogWay: "console",