duckil_plm/fems-mqtt/config/acl

15 lines
271 B
Plaintext
Raw Normal View History

2024-11-25 08:44:41 +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/#