Allow anonymous mqtt access

This commit is contained in:
Jakob Lechner 2023-07-10 22:02:39 +00:00
parent 7ce95063c8
commit 4f94378f0a
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -8,6 +8,9 @@ in
listeners = [
{
port = port;
settings = {
allow_anonymous = true;
};
}
];
};