Closed pschmitt closed 6 years ago
This PR allows settings MQTT_SERVER, MQTT_USERNAME and MQTT_PASSWORD on runtime thus permitting to use an MQTT server other than the bundled one.
MQTT_SERVER
MQTT_USERNAME
MQTT_PASSWORD
Usage example:
docker run --name find-server -p 8003:8003 \ -e MQTT_SERVER=mqtt.example.com \ -e MQTT_USERNAME=find \ -e MQTT_PASSWORD=dasdaqsed324 \ schollz/find
Awesome, thanks @pschmitt !
This PR allows settings
MQTT_SERVER
,MQTT_USERNAME
andMQTT_PASSWORD
on runtime thus permitting to use an MQTT server other than the bundled one.Usage example: