ma mqtt: be more insecure

This commit is contained in:
makefu 2019-05-08 13:53:48 +02:00
parent 7ef54d5680
commit a42d51e3f3

View file

@ -5,6 +5,9 @@
host = "0.0.0.0";
users = {};
# TODO: secure that shit
aclExtraConf = ''
pattern readwrite /#
'';
allowAnonymous = true;
};
}