[PR] Implement integration test documentation, add mosquitto to dockerfile #11

Merged
vincent merged 5 commits from 2-imu-reader/integration-test-documentation into 2-imu-reader/master 2025-11-05 12:06:39 +01:00
Showing only changes of commit ef9acd70d5 - Show all commits

View File

@@ -0,0 +1,15 @@
# Simple Mosquitto configuration allowing anonymous access (insecure for production)
# pid_file /var/run/mosquitto.pid
# Persistence
#persistence true
#persistence_location /var/lib/mosquitto/
# Logging
# Default MQTT listener
listener 1883
allow_anonymous true
# Include additional config fragments