diff options
author | Scott Seabolt <js9808@att.com> | 2017-10-10 11:03:21 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-10 15:34:11 +0000 |
commit | bf801793129d7f6fb0cd62f425ae5b7cea2c9f53 (patch) | |
tree | a2303a138e36e55fb0ffdf1707d6f126c3eba92f /installation/src/main | |
parent | 6363507451115bf4f8f2e639f4eca02a3afd2260 (diff) |
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 <js9808@att.com>
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/appc.properties | 4 |
1 files 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 |