Skip to content

Commit

Permalink
remove single configuration mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 6, 2023
1 parent dc568f8 commit 148eb69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Remove single configuration mode (#1469)
- Remove: extractVariables from jexl plugin (no needed anymore since the removal of bidireational plugin)
- Fix: ensure service and subservice in context of error handlers using req headers
- Fix: remove attribute of measures with name `id` or `type` to avoid collisions (#1485)
Expand Down
6 changes: 0 additions & 6 deletions doc/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- [providerUrl](#providerurl)
- [iotaVersion](#iotaversion)
- [dieOnUnexpectedError](#dieonunexpectederror)
- [singleConfigurationMode](#singleconfigurationmode)
- [timestamp](#timestamp)
- [defaultResource](#defaultresource)
- [defaultKey](#defaultkey)
Expand Down Expand Up @@ -348,10 +347,6 @@ IoTA).

if this flag is activated, the IoTAgent will not capture global exception, thus dying upon any unexpected error.

#### `singleConfigurationMode`

enables the Single Configuration mode for backwards compatibility (see description in the Overview). Default to false.

#### `timestamp`

if this flag is activated:
Expand Down Expand Up @@ -483,7 +478,6 @@ overrides.
| IOTA_MONGO_RETRY_TIME | `mongodb.retryTime` |
| IOTA_MONGO_SSL | `mongodb.ssl` |
| IOTA_MONGO_EXTRAARGS | `mongodb.extraArgs` |
| IOTA_SINGLE_MODE | `singleConfigurationMode` |
| IOTA_POLLING_EXPIRATION | `pollingExpiration` |
| IOTA_POLLING_DAEMON_FREQ | `pollingDaemonFrequency` |
| IOTA_AUTOCAST | `autocast` |
Expand Down

0 comments on commit 148eb69

Please sign in to comment.