chore: hide plugins from conf load cli

This commit is contained in:
zhongwencool 2023-06-19 15:57:40 +08:00
parent 5f76d56cda
commit 8b20a70344
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ drop_hidden_roots(Conf) ->
lists:foldl(fun(K, Acc) -> maps:remove(K, Acc) end, Conf, hidden_roots()).
hidden_roots() ->
[<<"trace">>, <<"stats">>, <<"broker">>, <<"persistent_session_store">>].
[<<"trace">>, <<"stats">>, <<"broker">>, <<"persistent_session_store">>, <<"plugins">>].
get_config(Key) ->
case emqx:get_raw_config([Key], undefined) of