1
0
Fork 0

mosquitto: allow_anonymous for websockets

This commit is contained in:
Daniel Kempkens 2023-03-25 14:23:27 +01:00
parent 0add463ce1
commit 7e861afa20
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -57,12 +57,10 @@ in
settings = { settings = {
protocol = "websockets"; protocol = "websockets";
allow_anonymous = true;
}; };
acl = [ acl = [ "topic read weather/+" ];
"topic read $SYS/#"
"topic read weather/+"
];
} }
]; ];