plugins
This commit is contained in:
parent
686fbfd5bb
commit
1992b79f88
|
@ -162,6 +162,11 @@
|
||||||
%% {rewrite, [{file, "etc/rewrite.config"}]}
|
%% {rewrite, [{file, "etc/rewrite.config"}]}
|
||||||
|
|
||||||
]},
|
]},
|
||||||
|
%% Plugins
|
||||||
|
{plugins, [
|
||||||
|
{dir, "./plugins"},
|
||||||
|
{loaded_file, "./data/loaded_plugins"}
|
||||||
|
]},
|
||||||
%% Listeners
|
%% Listeners
|
||||||
{listeners, [
|
{listeners, [
|
||||||
{mqtt, 1883, [
|
{mqtt, 1883, [
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
[emqttd_dashboard].
|
|
@ -88,5 +88,6 @@
|
||||||
{template, "files/rewrite.config", "etc/rewrite.config"},
|
{template, "files/rewrite.config", "etc/rewrite.config"},
|
||||||
{template, "files/clients.config", "etc/clients.config"},
|
{template, "files/clients.config", "etc/clients.config"},
|
||||||
{template, "files/plugins.config", "etc/plugins.config"},
|
{template, "files/plugins.config", "etc/plugins.config"},
|
||||||
{template, "files/vm.args", "etc/vm.args"}
|
{template, "files/vm.args", "etc/vm.args"},
|
||||||
|
{copy, "files/loaded_plugins", "data/loaded_plugins"}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue