From a86243058c2daa560aebaecdb096ff63788a6f44 Mon Sep 17 00:00:00 2001 From: PrakashH Date: Mon, 28 Jan 2019 20:49:02 +0000 Subject: Heartbeat Microservice Support Heartbeat service monitors missing HB notification Issue-ID: DCAEGEN2-267 Change-Id: I0fd191b2a3495202e22f633ada4a1350a97557ad Signed-off-by: PrakashH --- miss_htbt_service/config/hbproperties.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miss_htbt_service/config/hbproperties.yaml') 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 -- cgit 1.2.3-korg