diff --git a/rel/files/app.config b/rel/files/app.config index 3abc80b36..c46c2034c 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -90,7 +90,7 @@ {ping_down_interval, 1} %seconds ]}, %% Listen Ports - {listen, [ + {listeners, [ {mqtt, 1883, [ {backlog, 512}, %{buffer, 4096}, diff --git a/rel/files/plugins.config b/rel/files/plugins.config new file mode 100644 index 000000000..5c59be866 --- /dev/null +++ b/rel/files/plugins.config @@ -0,0 +1,10 @@ +[{emqttd_plugin_demo, [ + {config, value} + ]}, + {emqttd_dashboard, [ + {http, 8080, [ + {acceptors, 4}, + {max_clients, 512}, + {access, [{allow, "127.0.0.1"}]}]} + ]} +].