Feng Lee 10 éve
szülő
commit
6a7c940da2
3 módosított fájl, 3 hozzáadás és 4 törlés
  1. 1 1
      rel/files/emqttd.config
  2. 1 1
      rel/files/plugins.config
  3. 1 2
      rel/reltool.config

+ 1 - 1
rel/files/emqttd.config

@@ -165,7 +165,7 @@
     %% Plugins
     {plugins, [
         {dir, "./plugins"},
-        {loaded_file, "./data/loaded_plugins"}
+        {loaded_file, "./data/plugins.config"}
     ]},
     %% Listeners
     {listeners, [

+ 1 - 1
rel/files/plugins.config

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

+ 1 - 2
rel/reltool.config

@@ -87,7 +87,6 @@
            {template, "files/acl.config", "etc/acl.config"},
            {template, "files/rewrite.config", "etc/rewrite.config"},
            {template, "files/clients.config", "etc/clients.config"},
-           {template, "files/plugins.config", "etc/plugins.config"},
            {template, "files/vm.args", "etc/vm.args"},
-           {copy, "files/loaded_plugins", "data/loaded_plugins"}
+           {copy, "files/plugins.config", "data/plugins.config"}
           ]}.