Add APPC properties for topic 57/44257/1
authorArthur Martella <am153x@att.com>
Mon, 23 Apr 2018 21:28:41 +0000 (17:28 -0400)
committerArthur Martella <am153x@att.com>
Mon, 23 Apr 2018 21:28:41 +0000 (17:28 -0400)
Change-Id: I8ed5cfd5a032c2d19a51aa6362fdd7a099da68ab
Issue-ID: SO-585
Signed-off-by: Arthur Martella <am153x@att.com>
templates/default/mso-bpmn-config/mso.bpmn.urn.properties

index 9c255c6..4a5a5d1 100644 (file)
@@ -135,3 +135,11 @@ mso.workflow.default.aai.v11.cloud-region.uri=<%= @var["workflowDefaultAAIV11Clo
 <% if @var.has_key?('aaiAuth') %>
 aai.auth=<%= @var["aaiAuth"] %>
 <% end %>
+appc.topic.read=<%= @var["appcTopicRead"] %>
+appc.topic.read.timeout=<%= @var["appcTopicReadTimeout"] %>
+appc.client.response.timeout=<%= @var["appcClientResponseTimeout"] %>
+appc.topic.write=<%= @var["appcTopicWrite"] %>
+appc.poolMembers=<%= @var["appcPoolMembers"] %>
+appc.client.key=<%= @var["appcClientKey"] %>
+appc.client.secret=<%= @var["appcClientSecret"] %>
+appc.service=<%= @var["appcService"] %>