Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(microservices): Correct metadata default config #617

Merged
merged 1 commit into from
Nov 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)