Parcourir la source

chore: remove dashboard's default username from emqx.conf

Zhongwen Deng il y a 2 ans
Parent
commit
275967a49f
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      apps/emqx_dashboard/etc/emqx_dashboard.conf

+ 0 - 2
apps/emqx_dashboard/etc/emqx_dashboard.conf

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