mirror of
https://github.com/fatedier/frp.git
synced 2026-03-20 08:49:16 +08:00
change default value of dashboard_user and dashboard_pwd to empty string (#2383)
This commit is contained in:
@@ -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