diff options
author | 2025-02-05 13:52:34 +0000 | |
---|---|---|
committer | 2025-02-05 13:52:34 +0000 | |
commit | 505998edb6c65d26e81070068d9279b46234a1d0 (patch) | |
tree | c49e760ead2bc1655c03625284c0f57a954efdc9 /cps-application/src | |
parent | db5a1ec70bbba94e32632f83b16b829715005adb (diff) | |
parent | edd3f9055e9780761a6b4a34e9c10415d8d7003a (diff) |
Merge "Change event topic name for trust level"
Diffstat (limited to 'cps-application/src')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 6b9c694cf2..84ba295885 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -106,6 +106,7 @@ app: cm-subscription-dmi-out: ${CM_SUBSCRIPTION_DMI_OUT_TOPIC:dmi-ncmp-cm-avc-subscription} cm-subscription-ncmp-out: ${CM_SUBSCRIPTION_NCMP_OUT_TOPIC:subscription-response} cm-events-topic: ${NCMP_CM_EVENTS_TOPIC:cm-events} + inventory-events-topic: ncmp-inventory-events lcm: events: topic: ${LCM_EVENTS_TOPIC:ncmp-events} |