From 24e77fd637e9f971f47579ff0675e5a4f0dc96c0 Mon Sep 17 00:00:00 2001 From: Dimitris <47785842+dalxds@users.noreply.github.com> Date: Mon, 25 Jan 2021 21:44:25 +0200 Subject: [PATCH] make use of IoT Agent Manager optional in config.js --- config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index c88fbea..fb0ff60 100644 --- a/config.js +++ b/config.js @@ -138,32 +138,32 @@ config.iota = { * coordinated by an IoT Manager, this section defines the information that will be used to connect with that * manager. */ - iotManager: { + //iotManager: { /** * Host where the IoT Manager is located. */ - host: 'localhost', + //host: 'localhost', /** * Port where the IoT Manager is listening. */ - port: 18082, + //port: 18082, /** * Path where the IoT Manager accepts subscriptions. */ - path: '/iot/protocols', + //path: '/iot/protocols', /** * Protocol code identifying this IoT Agent. */ - protocol: 'IoTA-Sigfox', + //protocol: 'IoTA-Sigfox', /** * Textual description of this IoT Agent. */ - description: 'Sigfox_IoT_Agent_Node' - }, + //description: 'Sigfox_IoT_Agent_Node' + //}, /** * Default resource of the IoT Agent. This value must be different for every IoT Agent connecting to the IoT