Update example secrets to match the port in the mosquitto config

This commit is contained in:
KemoNine 2019-05-14 15:24:58 +00:00
parent c069ee51b4
commit 2f3cc2dd8d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dark_sky_api_key: YOUR_API_KEY_HERE
# MQTT # MQTT
mqtt_host: "mosquitto" mqtt_host: "mosquitto"
mqtt_port: 1883 mqtt_port: 8883
mqtt_username: "SomeUser" mqtt_username: "SomeUser"
mqtt_password: "mqttpassword" mqtt_password: "mqttpassword"