mirror of
https://github.com/fatedier/frp.git
synced 2026-03-21 08:23:29 +08:00
change default value of dashboard_user and dashboard_pwd to empty string (#2383)
This commit is contained in:
@@ -68,10 +68,10 @@ type ClientCommonConf struct {
|
||||
// is 0.
|
||||
AdminPort int `ini:"admin_port" json:"admin_port"`
|
||||
// AdminUser specifies the username that the admin server will use for
|
||||
// login. By default, this value is "admin".
|
||||
// login.
|
||||
AdminUser string `ini:"admin_user" json:"admin_user"`
|
||||
// AdminPwd specifies the password that the admin server will use for
|
||||
// login. By default, this value is "admin".
|
||||
// login.
|
||||
AdminPwd string `ini:"admin_pwd" json:"admin_pwd"`
|
||||
// AssetsDir specifies the local directory that the admin server will load
|
||||
// resources from. If this value is "", assets will be loaded from the
|
||||
|
||||
Reference in New Issue
Block a user