ma mqtt: be more insecure

This commit is contained in:
makefu 2019-05-08 13:53:48 +02:00
parent 98f0d7fef4
commit 3f04bdd19a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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