From 370d3014ebf95e0c422a3ea2b39d568d66eb326e Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Monteiro Date: Mon, 20 Oct 2025 21:06:44 -0300 Subject: Postgres Conteiner Settings --- mosquitto-config/mosquitto.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mosquitto-config/mosquitto.conf') diff --git a/mosquitto-config/mosquitto.conf b/mosquitto-config/mosquitto.conf index f913973..7e941f9 100644 --- a/mosquitto-config/mosquitto.conf +++ b/mosquitto-config/mosquitto.conf @@ -1,3 +1,3 @@ listener 1883 0.0.0.0 -allow_anonymous false -password_file /mosquitto/config/pass-file +allow_anonymous true +# password_file /mosquitto/config/pass-file -- cgit v1.2.3