docs: add info about default dashboard user name and password to README.md file

It makes sense to provide information about the default username and
password in the README file together with the information about how
to reach the web dashboard. New users reading the "Quick Start"
section would otherwise get struck wondering how to log in.
This commit is contained in:
Kjell Winblad 2022-03-10 11:24:01 +01:00 committed by Kjell Winblad
parent 63b2501a1c
commit c8bcfb201b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Or change to the installation root directory if emqx is installed from a release
./bin/emqx stop ./bin/emqx stop
``` ```
To view the dashboard after running, use your browser to open: http://localhost:18083 To view the dashboard after running, use your browser to open: http://localhost:18083 (default user/password = admin/public)
## Test ## Test