aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"] %>