Explorar el Código

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

chore: remove dashboard's default username from emqx.conf
zhongwencool hace 2 años
padre
commit
996d5eee45
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 {
     listeners.http {
         bind = 18083
         bind = 18083
     }
     }
-    default_username = "admin"
-    default_password = "public"
 }
 }