From 0b2fd2a97170966ff9116c7e9ccdece825e15242 Mon Sep 17 00:00:00 2001 From: wserr Date: Thu, 26 Dec 2024 10:56:16 +0100 Subject: [PATCH] Cleanup --- configurations/eclipse-mosquitto/mosquitto.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 configurations/eclipse-mosquitto/mosquitto.conf diff --git a/configurations/eclipse-mosquitto/mosquitto.conf b/configurations/eclipse-mosquitto/mosquitto.conf deleted file mode 100644 index 409b5f8..0000000 --- a/configurations/eclipse-mosquitto/mosquitto.conf +++ /dev/null @@ -1,9 +0,0 @@ -listener 1883 -persistence false -# persistence_location /mosquitto/data/ -log_dest file /mosquitto/log/mosquitto.log - -## Authentication ## -# By default, Mosquitto >=2.0 allows only authenticated connections. Change to true to enable anonymous connections. -allow_anonymous true -# password_file /mosquitto/config/password.txt