|
16 | 16 | - [subservice](#subservice)
|
17 | 17 | - [providerUrl](#providerurl)
|
18 | 18 | - [iotaVersion](#iotaversion)
|
19 |
| - - [appendMode](#appendmode) |
20 | 19 | - [dieOnUnexpectedError](#dieonunexpectederror)
|
21 | 20 | - [singleConfigurationMode](#singleconfigurationmode)
|
22 | 21 | - [timestamp](#timestamp)
|
@@ -350,12 +349,6 @@ URL to send in the Context Provider registration requests. Should represent the
|
350 | 349 | indicates the version of the IoTA that will be displayed in the about method (it should be filled automatically by each
|
351 | 350 | IoTA).
|
352 | 351 |
|
353 |
| -#### `appendMode` |
354 |
| - |
355 |
| -if this flag is activated, the update requests to the Context Broker will be performed always with APPEND type, instead |
356 |
| -of the default UPDATE. This have implications in the use of attributes with Context Providers, so this flag should be |
357 |
| -used with care. This flag is overwritten by `autoprovision` flag in group or device provision. |
358 |
| - |
359 | 352 | #### `dieOnUnexpectedError`
|
360 | 353 |
|
361 | 354 | if this flag is activated, the IoTAgent will not capture global exception, thus dying upon any unexpected error.
|
@@ -496,7 +489,6 @@ overrides.
|
496 | 489 | | IOTA_MONGO_SSL | `mongodb.ssl` |
|
497 | 490 | | IOTA_MONGO_EXTRAARGS | `mongodb.extraArgs` |
|
498 | 491 | | IOTA_SINGLE_MODE | `singleConfigurationMode` |
|
499 |
| -| IOTA_APPEND_MODE | `appendMode` | |
500 | 492 | | IOTA_POLLING_EXPIRATION | `pollingExpiration` |
|
501 | 493 | | IOTA_POLLING_DAEMON_FREQ | `pollingDaemonFrequency` |
|
502 | 494 | | IOTA_AUTOCAST | `autocast` |
|
|
0 commit comments