plugins
This commit is contained in:
parent
1a67a75423
commit
6a7c940da2
|
@ -165,7 +165,7 @@
|
||||||
%% Plugins
|
%% Plugins
|
||||||
{plugins, [
|
{plugins, [
|
||||||
{dir, "./plugins"},
|
{dir, "./plugins"},
|
||||||
{loaded_file, "./data/loaded_plugins"}
|
{loaded_file, "./data/plugins.config"}
|
||||||
]},
|
]},
|
||||||
%% Listeners
|
%% Listeners
|
||||||
{listeners, [
|
{listeners, [
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
[emqttd_dashboard].
|
emqttd_dashboard.
|
||||||
|
|
|
@ -87,7 +87,6 @@
|
||||||
{template, "files/acl.config", "etc/acl.config"},
|
{template, "files/acl.config", "etc/acl.config"},
|
||||||
{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/vm.args", "etc/vm.args"},
|
{template, "files/vm.args", "etc/vm.args"},
|
||||||
{copy, "files/loaded_plugins", "data/loaded_plugins"}
|
{copy, "files/plugins.config", "data/plugins.config"}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue