chore: add more doc for dashboard.default_user
This commit is contained in:
parent
6b91a80712
commit
0555bce47e
|
@ -3,12 +3,17 @@
|
|||
##--------------------------------------------------------------------
|
||||
|
||||
## Default user's login name.
|
||||
##
|
||||
## For safety, it should be changed as soon as possible.
|
||||
## Please use the './bin/emqx_ctl admins' CLI to change it.
|
||||
## Then comment `dashboard.default_user.login/password` from here
|
||||
## Value: String
|
||||
dashboard.default_user.login = admin
|
||||
|
||||
## Default user's password.
|
||||
##
|
||||
## The initial default password for 'dashboard.default_user.login'"
|
||||
## For safety, it should be changed as soon as possible.
|
||||
## Please use the './bin/emqx_ctl admins' CLI to change it.
|
||||
## Then comment `dashboard.default_user.login/password` from here
|
||||
## Value: String
|
||||
dashboard.default_user.password = public
|
||||
|
||||
|
@ -127,4 +132,3 @@ dashboard.listener.http.ipv6_v6only = false
|
|||
##
|
||||
## Value: on | off
|
||||
## dashboard.listener.https.honor_cipher_order = on
|
||||
|
||||
|
|
Loading…
Reference in New Issue