I have wrote my own docker compose file now which works quite well, but one question about the config.json:
"mqtt_host": "mqtt://localhost", "//mqtt_options": { "username": "user", "password": "pass", "clientId": "clientid" },
if I have an open MQTT broker, do I just omit the username and password fields?
@user153457 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have wrote my own docker compose file now which works quite well, but one question about the config.json:
if I have an open MQTT broker, do I just omit the username and password fields?