Feng Lee hace 10 años
padre
commit
45487523af
Se han modificado 4 ficheros con 9 adiciones y 27 borrados
  1. 4 0
      PLUGIN.md
  2. 4 0
      plugins/README
  3. 0 1
      rel/files/loaded_plugins
  4. 1 26
      rel/files/plugins.config

+ 4 - 0
PLUGIN.md

@@ -0,0 +1,4 @@
+
+Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).
+
+

+ 4 - 0
plugins/README

@@ -0,0 +1,4 @@
+
+Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).
+
+

+ 0 - 1
rel/files/loaded_plugins

@@ -1 +0,0 @@
-[emqttd_dashboard].

+ 1 - 26
rel/files/plugins.config

@@ -1,26 +1 @@
-[
-% {emysql, [
-%    {pool_size, 4},
-%    {host, "localhost"},
-%    {port, 3306},
-%    {username, "root"}, 
-%    {password, "public"},
-%    {database, "mqtt"},
-%    {encoding, utf8}
-% ]},
-% {emqttd_auth_mysql, [
-%     {user_table, mqtt_users},
-%     {password_hash, plain},
-%     {field_mapper, [
-%         {username, username},
-%         {password, password}
-%     ]}
-% ]},
-% {emqttd_dashboard, [
-%    {listener, 
-%        {emqttd_dashboard, 18083, [
-%            {acceptors, 4},
-%            {max_clients, 512}]}}
-% ]}
-%
-].
+[emqttd_dashboard].