files moved
This commit is contained in:
@@ -22,6 +22,7 @@ var mqtt_settings = {
|
||||
};
|
||||
|
||||
if (typeof credentials !== "undefined") {
|
||||
console.log("MQTT: trying SECURE connection");
|
||||
mqtt_settings.secure = {
|
||||
host: process.env.MQTT_HOST || config.mqttIP,
|
||||
port: process.env.MQTT_PORT_HTTPS || config.mqttPortHttps || 8444,
|
||||
|
||||
Reference in New Issue
Block a user