From 20e154c1dd970da7a0135164a0c68fb9e8bc19d9 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 25 Mar 2021 20:41:50 +0000 Subject: [PATCH] Add missing config file. --- docker/generic/mosquitto-no-auth.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker/generic/mosquitto-no-auth.conf diff --git a/docker/generic/mosquitto-no-auth.conf b/docker/generic/mosquitto-no-auth.conf new file mode 100644 index 00000000..40dd92b9 --- /dev/null +++ b/docker/generic/mosquitto-no-auth.conf @@ -0,0 +1,5 @@ +# This is a Mosquitto configuration file that creates a listener on port 1883 +# that allows unauthenticated access. + +listener 1883 +allow_anonymous true