diff --git a/MqttMongoNodejs-Prod.conf b/MqttMongoNodejs-Prod.conf index 03d67a3..fce89dc 100644 --- a/MqttMongoNodejs-Prod.conf +++ b/MqttMongoNodejs-Prod.conf @@ -3,7 +3,7 @@ "brokerUser": "", "brokerPass": "", "brokerCa": "", - "mongodbUrl": "mongodb://172.16.2.15/smarthome", + "mongodbUrl": "mongodb://172.16.3.15/smarthome", "instances": [ { "instanceId": "logging", @@ -20,6 +20,14 @@ "encapsulate": true, "parsePayload": true, "verbose": false + }, + { + "instanceId": "temperature", + "collection": "temperature", + "topics": [ "IoT/espThermometer2/measurement" ], + "encapsulate": true, + "parsePayload": true, + "verbose": false } ] }