listeners, plugins
This commit is contained in:
parent
504fe99570
commit
1b7f6c180e
|
@ -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},
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[{emqttd_plugin_demo, [
|
||||||
|
{config, value}
|
||||||
|
]},
|
||||||
|
{emqttd_dashboard, [
|
||||||
|
{http, 8080, [
|
||||||
|
{acceptors, 4},
|
||||||
|
{max_clients, 512},
|
||||||
|
{access, [{allow, "127.0.0.1"}]}]}
|
||||||
|
]}
|
||||||
|
].
|
Loading…
Reference in New Issue