change default value of dashboard_user and dashboard_pwd to empty string (#2383)
This commit is contained in:
committed by
GitHub
Unverified
parent
2408f1df04
commit
0d84da91d4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user