|
|
@@ -94,15 +94,22 @@ It is NOT allowed to configure two or more sources of the same type.
|
|
|
path {
|
|
|
desc {
|
|
|
en: """
|
|
|
-Path to the file which contains the ACL rules.</br>
|
|
|
+Path to the file which contains the ACL rules.
|
|
|
If the file provisioned before starting EMQX node,
|
|
|
it can be placed anywhere as long as EMQX has read access to it.
|
|
|
|
|
|
-In case the rule-set is created from EMQX dashboard or management API,
|
|
|
+In case the rule-set is created from EMQX Dashboard or management API,
|
|
|
the file will be placed in `authz` subdirectory inside EMQX's `data_dir`,
|
|
|
and the new rules will override all rules from the old config file.
|
|
|
"""
|
|
|
- zh: """"""
|
|
|
+ zh: """
|
|
|
+包含 ACL 规则的文件路径。
|
|
|
+如果在启动 EMQX 节点前预先配置该路径,
|
|
|
+那么可以将该文件置于任何 EMQX 可以访问到的位置。
|
|
|
+
|
|
|
+如果从 EMQX Dashboard 或 management API 创建规则集,
|
|
|
+那么文件将会自动生成在 `authz` 目录下,该目录位于 EMQX 的 `data_dir` 子目录下,
|
|
|
+并且之后新的规则集将会覆写旧文件。"""
|
|
|
}
|
|
|
label {
|
|
|
en: """path"""
|