# Mosquitto configuration for Vigilar # Localhost-only, no authentication, no persistence. # Drop this file in /etc/mosquitto/conf.d/ # Bind to loopback only — no network exposure listener 1883 127.0.0.1 # No authentication needed for localhost allow_anonymous true # Disable persistence — Vigilar state lives in SQLite persistence false # Logging log_dest syslog log_type error log_type warning log_type notice connection_messages true