Skip to content

Commit 49a8087

Browse files
authored
Merge pull request #99 from dalxds/config-fix
make use of IoT Agent Manager optional in config.js
2 parents 51be93f + 24e77fd commit 49a8087

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,32 +138,32 @@ config.iota = {
138138
* coordinated by an IoT Manager, this section defines the information that will be used to connect with that
139139
* manager.
140140
*/
141-
iotManager: {
141+
//iotManager: {
142142
/**
143143
* Host where the IoT Manager is located.
144144
*/
145-
host: 'localhost',
145+
//host: 'localhost',
146146

147147
/**
148148
* Port where the IoT Manager is listening.
149149
*/
150-
port: 18082,
150+
//port: 18082,
151151

152152
/**
153153
* Path where the IoT Manager accepts subscriptions.
154154
*/
155-
path: '/iot/protocols',
155+
//path: '/iot/protocols',
156156

157157
/**
158158
* Protocol code identifying this IoT Agent.
159159
*/
160-
protocol: 'IoTA-Sigfox',
160+
//protocol: 'IoTA-Sigfox',
161161

162162
/**
163163
* Textual description of this IoT Agent.
164164
*/
165-
description: 'Sigfox_IoT_Agent_Node'
166-
},
165+
//description: 'Sigfox_IoT_Agent_Node'
166+
//},
167167

168168
/**
169169
* Default resource of the IoT Agent. This value must be different for every IoT Agent connecting to the IoT

0 commit comments

Comments
 (0)