5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
{allow, {user, "admin"}, pubsub, ["admin/#"]}.
|
|
{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}.
|
|
{allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
|
|
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|
|
{allow, all}. |