From 3b0cf71771ea4f4a08c19f24ee5e4b7614cb33d2 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Fri, 7 Sep 2018 11:34:21 -0400 Subject: Align consumer with version 1 of the API Removed the need of CustomerId and ServiceType Change-Id: Icc4f04bf5d98f07984b6cac0450f201913482ea7 Signed-off-by: Prudence Au Issue-ID: LOG-439 --- config/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index 2320d0b..a74d9d8 100644 --- a/config/application.properties +++ b/config/application.properties @@ -3,9 +3,9 @@ server.port=9529 builders.properties.path=config/builders/ # Transport Configuration -transport.consume.host= -transport.consume.port= -transport.consume.topic=POA-AUDIT-INIT +transport.consume.host=10.147.112.149 +transport.consume.port=30227 +transport.consume.topic=POA-AUDIT-INIT1 transport.consume.motsid=motsid@motsid.com transport.consume.pass=1234 transport.consume.consumergroup=audit1 -- cgit 1.2.3-korg