duckil_plm/plm-mqtt/config/acl

15 lines
271 B
Plaintext
Raw Permalink Normal View History

2024-12-12 18:31:36 +09:00
# /mosquitto/config/acl
# Pattern-based rules for system topics
pattern read $SYS/%u/#
pattern readwrite fems/%u/#
# User specific rules
user fems
topic readwrite fems/#
topic read $SYS/#
# Node-RED specific rules
user node_red
topic readwrite fems/#
topic read $SYS/#