Skip to content

Commit

Permalink
fix(microservices): Correct meta default config
Browse files Browse the repository at this point in the history
Change Notifications.PostDeviceChanges default value to false, and
correct to Notifications related config default value to meet the
current v2 design on Core Metadata page.

Signed-off-by: Cloud Tsai <[email protected]>
  • Loading branch information
cloudxxx8 committed Oct 31, 2021
1 parent 5402515 commit d53af26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs_src/microservices/core/metadata/Ch-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,10 @@ Please refer to the general [Common Configuration documentation](../../configura
|Property|Default Value|Description|
|---|---|---|
|||Configuration to post device changes through the notifiction service|
|PostDeviceChanges|true|Whether to send out notification when a device has been added, changed, or removed|
|Slug|'device-change-'|Notification service slug to use in sending notification messages|
|Content|'Device update: '|Start of the notification message when sending notification messages on device change|
|PostDeviceChanges|false|Whether to send out notification when a device has been added, changed, or removed|
|Content|'Meatadata notice: '|Start of the notification message when sending notification messages on device change|
|Sender|'core-metadata'|Sender of any notification messages sent on device change|
|Description|'Metadata device notice'|Message description of any notification messages sent on device change|
|Description|'Metadata change notice'|Message description of any notification messages sent on device change|
|Label|'metadata'|Label to put on messages for any notification messages sent on device change|


Expand All @@ -373,4 +372,4 @@ The `EnableValueDescriptorManagement` setting has been removed

## API Reference

[Core Metadata API Reference](../../../api/core/Ch-APICoreMetadata.md)
[Core Metadata API Reference](../../../api/core/Ch-APICoreMetadata.md)

0 comments on commit d53af26

Please sign in to comment.