From 21183f3b165959adf408c70b2e748f665ad647f5 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 24 Jan 2022 12:28:59 +0100 Subject: [PATCH] docs: fix authz config doc --- apps/emqx_authz/src/emqx_authz_schema.erl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/emqx_authz/src/emqx_authz_schema.erl b/apps/emqx_authz/src/emqx_authz_schema.erl index 421747983..5b005d3aa 100644 --- a/apps/emqx_authz/src/emqx_authz_schema.erl +++ b/apps/emqx_authz/src/emqx_authz_schema.erl @@ -96,10 +96,11 @@ fields(file) -> , {path, #{type => string(), desc => """ Path to the file which contains the ACL rules.
-If the file provisioned before starting EMQ X node, it can be placed anywhere -as long as EMQ X has read access to it. -In case rule set is created from EMQ X dashboard or management HTTP API, -the file will be placed in `certs/authz` sub directory inside EMQ X's `data_dir`, +If the file provisioned before starting EMQ X node, +it can be placed anywhere as long as EMQ X has read access to it. + +In case the rule-set is created from EMQ X dashboard or management API, +the file will be placed in `authz` sub directory inside EMQ X's `data_dir`, and the new rules will override all rules from the old config file. """ }}