diff options
author | Luke Gleeson <luke.gleeson@est.tech> | 2023-08-18 13:17:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-08-18 13:17:32 +0000 |
commit | 7d486385a46b8dfa3a72db27dc4f31bf74d035bb (patch) | |
tree | c95b5934036239caae71398696dd0bf9fd231118 /cps-application/src/main/resources/application.yml | |
parent | 40181de5d69a84fd67dae6c6c7664427c2bbdf4a (diff) | |
parent | f4778800c815fbc962b194a177525957a564231d (diff) |
Merge "Device heartbeat listener"
Diffstat (limited to 'cps-application/src/main/resources/application.yml')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index a18de2acdb..6aefda9c39 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -109,6 +109,8 @@ app: dmi: cm-events: topic: ${DMI_CM_EVENTS_TOPIC:dmi-cm-events} + device-heartbeat: + topic: ${DMI_DEVICE_HEARTBEAT_TOPIC:dmi-device-heartbeat} notification: |