Browse Source

restore 1883 to mq conf

Matthew R. Kasun 3 years ago
parent
commit
00be05c6ea
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docker/mosquitto.conf

+ 3 - 0
docker/mosquitto.conf

@@ -7,3 +7,6 @@ use_identity_as_username true
 cafile /mosquitto/certs/root.pem
 cafile /mosquitto/certs/root.pem
 certfile /mosquitto/certs/server.pem
 certfile /mosquitto/certs/server.pem
 keyfile /mosquitto/certs/server.key
 keyfile /mosquitto/certs/server.key
+
+listener 1883
+allow_anonymous true