demo plugin
This commit is contained in:
parent
c799484b2e
commit
520c159343
|
@ -1,10 +1,13 @@
|
|||
[{emqttd_plugin_demo, [
|
||||
[
|
||||
{emqttd_plugin_demo, [
|
||||
{config, value}
|
||||
]},
|
||||
{emqttd_dashboard, [
|
||||
{http, 8080, [
|
||||
{acceptors, 4},
|
||||
{max_clients, 512},
|
||||
{access, [{allow, "127.0.0.1"}]}]}
|
||||
]}
|
||||
%%
|
||||
% {emqttd_dashboard, [
|
||||
% {listener,
|
||||
% {http, 8080, [
|
||||
% {acceptors, 4},
|
||||
% {max_clients, 512}]}}
|
||||
% ]}
|
||||
%%
|
||||
].
|
||||
|
|
Loading…
Reference in New Issue