From bf801793129d7f6fb0cd62f425ae5b7cea2c9f53 Mon Sep 17 00:00:00 2001 From: Scott Seabolt Date: Tue, 10 Oct 2017 11:03:21 -0400 Subject: [PATCH] Update appc.properties for Closed Loop topic names Added topic names APPC-LCM-READ and APPC-LCM-WRITE for the LCM Read and Write topics Issue-Id: APPC-265 Change-Id: I46fd41467f88d651f43b9e4d8e02cda81a522a0a Signed-off-by: Scott Seabolt --- installation/src/main/properties/appc.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index b2d4e1c..eb3021d 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -78,8 +78,8 @@ dmaap.poolMembers=10.0.11.1:3904 # appc-event-listener-bundle properties (only defined in src/test of default.properties) appc.LCM.poolMembers=10.0.11.1:3904 -appc.LCM.topic.read=testLCM -appc.LCM.topic.write=testLCM +appc.LCM.topic.read=APPC-LCM-READ +appc.LCM.topic.write=APPC-LCM-WRITE appc.LCM.client.name=APPC-EVENT-LISTENER-TEST appc.LCM.provider.user=admin appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -- 2.16.6