Skip to content

Commit

Permalink
Merge pull request #99 from dalxds/config-fix
Browse files Browse the repository at this point in the history
make use of IoT Agent Manager optional in config.js
  • Loading branch information
fgalan authored Jan 25, 2021
2 parents 51be93f + 24e77fd commit 49a8087
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a8087

Please sign in to comment.