From b93a5f2dcac6e6fc105f1c4b4d1c70ba2b31ccdf Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 2 Dec 2024 14:00:29 +0100 Subject: [PATCH] added mosquitto conf --- src/config/mosquitto.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/config/mosquitto.conf diff --git a/src/config/mosquitto.conf b/src/config/mosquitto.conf new file mode 100644 index 0000000..8e4330a --- /dev/null +++ b/src/config/mosquitto.conf @@ -0,0 +1,7 @@ +allow_anonymous false +password_file /etc/mosquitto/passwordfile +listener 8080 +protocol websockets + +listener 1884 +protocol mqtt