# Address of the same Mosquitto broker the main platform uses. # Local dev against home_automatization's docker-compose: tcp://localhost:1883 # (mosquitto's port is bound to 127.0.0.1 there — reachable from the host). MQTT_BROKER_URL=tcp://localhost:1883 HTTP_PORT=8091