From a74c306af14723da1f8a24bea5e3a8016dc449e0 Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Wed, 21 Nov 2018 16:43:06 -0500 Subject: [PIE-991]Create Audit Topics in CtxAggr Issue-ID: LOG-811 Change-Id: I763cfb90b399514c5930539a1b71e762cb43bc6d Signed-off-by: Leigh, Phillip (pl876u) --- config/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/application.properties') diff --git a/config/application.properties b/config/application.properties index 8418dce..9dd9da8 100644 --- a/config/application.properties +++ b/config/application.properties @@ -14,6 +14,9 @@ transport.consume.timeout=15000 transport.consume.msglimit=1000 transport.consume.batchsize=8 transport.consume.type=HTTPAUTH +transport.message-router.apiKey=apiKeyTemp123 +transport.message-router.apiSecret=apiSecretTemp123 +transport.message-router.requiredPombaTopics=POA-AUDIT-INIT,POA-AUDIT-RESULT,POA-RULE-VALIDATION,POA-AUDIT-TEST-ONLY transport.publish.host= transport.publish.port= -- cgit 1.2.3-korg