ma mqtt: be more insecure
This commit is contained in:
parent
7ef54d5680
commit
a42d51e3f3
|
@ -5,6 +5,9 @@
|
|||
host = "0.0.0.0";
|
||||
users = {};
|
||||
# TODO: secure that shit
|
||||
aclExtraConf = ''
|
||||
pattern readwrite /#
|
||||
'';
|
||||
allowAnonymous = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue