mirror of https://github.com/fatedier/frp.git
admin user not convert in INI (#3719)
This commit is contained in:
parent
496b1f1078
commit
806b55c292
|
@ -1,3 +1,3 @@
|
|||
### Fixes
|
||||
|
||||
* Encryption and compression are not displayed correctly in the dashboard.
|
||||
* `admin_user` is not effective in the INI configuration.
|
||||
|
|
|
@ -71,6 +71,7 @@ func Convert_ClientCommonConf_To_v1(conf *ClientCommonConf) *v1.ClientCommonConf
|
|||
|
||||
out.WebServer.Addr = conf.AdminAddr
|
||||
out.WebServer.Port = conf.AdminPort
|
||||
out.WebServer.User = conf.AdminUser
|
||||
out.WebServer.Password = conf.AdminPwd
|
||||
out.WebServer.AssetsDir = conf.AssetsDir
|
||||
out.WebServer.PprofEnable = conf.PprofEnable
|
||||
|
|
Loading…
Reference in New Issue