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:
parent
63b2501a1c
commit
c8bcfb201b
|
@ -78,7 +78,7 @@ Or change to the installation root directory if emqx is installed from a release
|
|||
./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
|
||||
|
||||
|
|
Loading…
Reference in New Issue