Merge pull request #10493 from zhongwencool/remove-dashboard-default-username-conf

chore: remove dashboard's default username from emqx.conf
This commit is contained in:
zhongwencool 2023-04-25 09:45:30 +08:00 committed by GitHub
commit 996d5eee45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,6 +2,4 @@ dashboard {
listeners.http {
bind = 18083
}
default_username = "admin"
default_password = "public"
}