diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.properties b/config/application.properties index 9dd9da8..8d42920 100644 --- a/config/application.properties +++ b/config/application.properties @@ -16,7 +16,7 @@ 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.message-router.requiredPombaTopics=POA-AUDIT-INIT,POA-AUDIT-RESULT,POA-RULE-VALIDATION transport.publish.host=<replace_with_host_or_ip> transport.publish.port=<replace> |