demo plugin

This commit is contained in:
Feng Lee 2015-04-22 15:03:58 +08:00
parent c799484b2e
commit 520c159343
1 changed files with 10 additions and 7 deletions

View File

@ -1,10 +1,13 @@
[{emqttd_plugin_demo, [ [
{emqttd_plugin_demo, [
{config, value} {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}]}}
% ]}
%%
]. ].