@@ -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}]}}
+% ]}
].