diff options
author | PrakashH <pbhandar@techmahindra.com> | 2019-01-28 20:49:02 +0000 |
---|---|---|
committer | Prakash H <pbhandar@techmahindra.com> | 2019-01-31 06:39:40 +0000 |
commit | d9fe6d3403cb0c3a8b0260c537e0470eb6ef5d60 (patch) | |
tree | 68d29b8ec0545792d50785b0105914d00c73d884 /miss_htbt_service/config | |
parent | 20110ffeb5071193e7b437e797636d9d6318dcd4 (diff) |
Heartbeat Microservice Support
Heartbeat service monitors missing HB notification
Issue-ID: DCAEGEN2-267
Change-Id: I0fd191b2a3495202e22f633ada4a1350a97557ad
Signed-off-by: PrakashH <pbhandar@techmahindra.com>
(cherry picked from commit a86243058c2daa560aebaecdb096ff63788a6f44)
Diffstat (limited to 'miss_htbt_service/config')
-rw-r--r-- | miss_htbt_service/config/hbproperties.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miss_htbt_service/config/hbproperties.yaml b/miss_htbt_service/config/hbproperties.yaml index b0806e4..ca33cc5 100644 --- a/miss_htbt_service/config/hbproperties.yaml +++ b/miss_htbt_service/config/hbproperties.yaml @@ -4,7 +4,7 @@ pg_ipAddress: 10.0.4.1 pg_portNum: 5432 pg_userName: postgres pg_passwd: postgres -pg_dbName: hb_vnf +pg_dbName: postgres #Periodic polling of CBS config download CBS_polling_allowed: True |