From 275967a49f54dc68d2a63f8023d31dd70ca11239 Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Mon, 24 Apr 2023 16:13:42 +0800 Subject: [PATCH] chore: remove dashboard's default username from emqx.conf --- apps/emqx_dashboard/etc/emqx_dashboard.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/emqx_dashboard/etc/emqx_dashboard.conf b/apps/emqx_dashboard/etc/emqx_dashboard.conf index 856779500..67e3f61ec 100644 --- a/apps/emqx_dashboard/etc/emqx_dashboard.conf +++ b/apps/emqx_dashboard/etc/emqx_dashboard.conf @@ -2,6 +2,4 @@ dashboard { listeners.http { bind = 18083 } - default_username = "admin" - default_password = "public" }