aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Martella <am153x@att.com>2018-04-23 17:28:41 -0400
committerArthur Martella <am153x@att.com>2018-04-23 17:28:41 -0400
commit856452808fee4cea1774f6dc3cb35d5cb54742ba (patch)
treee5055b27982ca372cff6c9cec863d98fcbe56d70
parent33f78a81d454d7a1947e03b797dba12d8330096b (diff)
Add APPC properties for topic
Change-Id: I8ed5cfd5a032c2d19a51aa6362fdd7a099da68ab Issue-ID: SO-585 Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r--templates/default/mso-bpmn-config/mso.bpmn.urn.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
index 9c255c6..4a5a5d1 100644
--- a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
+++ b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
@@ -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"] %>