@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_authz, [
{description, "An OTP application"},
- {vsn, "0.1.12"},
+ {vsn, "0.1.13"},
{registered, []},
{mod, {emqx_authz_app, []}},
{applications, [
@@ -0,0 +1,3 @@
+Allow the placeholder to be anywhere in the topic for `authz` rules.
+e.g:
+`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`
+允许占位符出现在 `authz` 规则中的主题里的任意位置。
+例如: