You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| IOTA_CB_HOST | `orion` | Hostname of the context broker to update context |
274
-
| IOTA_CB_PORT | `1026` | Port that context broker listens on to update context |
275
-
| IOTA_NORTH_PORT | `4041` | Port used for Configuring the IoT Agent and receiving context updates from the context broker |
276
-
| IOTA_REGISTRY_TYPE | `mongodb` | Whether to hold IoT device info in memory or in a database |
277
-
| IOTA_LOG_LEVEL | `DEBUG` | The log level of the IoT Agent |
278
-
| IOTA_TIMESTAMP | `true` | Whether to supply timestamp information with each measurement received from attached devices |
279
-
| IOTA_MONGO_HOST | `context-db` | The hostname of mongoDB - used for holding device information |
280
-
| IOTA_MONGO_PORT | `27017` | The port mongoDB is listening on |
281
-
| IOTA_MONGO_DB | `iotagentul` | The name of the database used in mongoDB |
282
-
| IOTA_PROVIDER_URL | `http://iot-agent:4041` | URL passed to the Context Broker when commands are registered, used as a forwarding URL location when the Context Broker issues a command to a device |
283
-
| IOTA_MQTT_HOST | `mosquitto` | The hostname of the MQTT Broker |
284
-
| IOTA_MQTT_PORT | `1883` | The port the MQTT Broker is listening on to receive topics |
| IOTA_CB_HOST | `orion` | Hostname of the context broker to update context |
276
+
| IOTA_CB_PORT | `1026` | Port that context broker listens on to update context |
277
+
| IOTA_NORTH_PORT | `4041` | Port used for Configuring the IoT Agent and receiving context updates from the context broker |
278
+
| IOTA_REGISTRY_TYPE | `mongodb` | Whether to hold IoT device info in memory or in a database |
279
+
| IOTA_LOG_LEVEL | `DEBUG` | The log level of the IoT Agent |
280
+
| IOTA_TIMESTAMP | `true` | Whether to supply timestamp information with each measurement received from attached devices |
281
+
| IOTA_CB_NGSI_VERSION | `v2` | Whether to supply use NGSIv2 when sending updates for active attributes |
282
+
| IOTA_AUTOCAST | `true` | Ensure Ultralight number values are read as numbers not strings |
283
+
| IOTA_MONGO_HOST | `context-db` | The hostname of mongoDB - used for holding device information |
284
+
| IOTA_MONGO_PORT | `27017` | The port mongoDB is listening on |
285
+
| IOTA_MONGO_DB | `iotagentul` | The name of the database used in mongoDB |
286
+
| IOTA_PROVIDER_URL | `http://iot-agent:4041` | URL passed to the Context Broker when commands are registered, used as a forwarding URL location when the Context Broker issues a command to a device |
287
+
| IOTA_MQTT_HOST | `mosquitto` | The hostname of the MQTT Broker |
288
+
| IOTA_MQTT_PORT | `1883` | The port the MQTT Broker is listening on to receive topics |
285
289
286
290
As you can see, use of the MQTT transport is driven by only two environment variables `IOTA_MQTT_HOST` and
0 commit comments