docs: fix authz config doc
This commit is contained in:
parent
f1937e261c
commit
21183f3b16
|
@ -96,10 +96,11 @@ fields(file) ->
|
|||
, {path, #{type => string(),
|
||||
desc => """
|
||||
Path to the file which contains the ACL rules.<br>
|
||||
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.
|
||||
"""
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue