diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-07-14 09:18:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-14 09:18:17 +0000 |
commit | 7fc07b993a97b223c500b47bbb598b811b0e982e (patch) | |
tree | 71de4e4926e5bd5b8ccba2a470b14f689030bb52 /cps-application/src/main/resources | |
parent | 0ebc29f94ccca51fe3c2fcba21ff43f7b35beec6 (diff) | |
parent | a6fa6c368f04c85bf553fce2cf89d25ec366116e (diff) |
Merge "Code Refactoring Ncmp* to Lcm* as per new scope"
Diffstat (limited to 'cps-application/src/main/resources')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index e0fb7ef153..def006c9ae 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -88,8 +88,9 @@ app: ncmp:
async-m2m:
topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m}
+ lcm:
events:
- topic: ${NCMP_EVENTS_TOPIC:ncmp-events}
+ topic: ${LCM_EVENTS_TOPIC:ncmp-events}
notification:
enabled: true
|