listeners, plugins

This commit is contained in:
Feng Lee 2015-04-22 01:32:31 +08:00
parent 504fe99570
commit 1b7f6c180e
2 changed files with 11 additions and 1 deletions

View File

@ -90,7 +90,7 @@
{ping_down_interval, 1} %seconds {ping_down_interval, 1} %seconds
]}, ]},
%% Listen Ports %% Listen Ports
{listen, [ {listeners, [
{mqtt, 1883, [ {mqtt, 1883, [
{backlog, 512}, {backlog, 512},
%{buffer, 4096}, %{buffer, 4096},

10
rel/files/plugins.config Normal file
View File

@ -0,0 +1,10 @@
[{emqttd_plugin_demo, [
{config, value}
]},
{emqttd_dashboard, [
{http, 8080, [
{acceptors, 4},
{max_clients, 512},
{access, [{allow, "127.0.0.1"}]}]}
]}
].