From 856452808fee4cea1774f6dc3cb35d5cb54742ba Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Mon, 23 Apr 2018 17:28:41 -0400 Subject: [PATCH] Add APPC properties for topic Change-Id: I8ed5cfd5a032c2d19a51aa6362fdd7a099da68ab Issue-ID: SO-585 Signed-off-by: Arthur Martella --- templates/default/mso-bpmn-config/mso.bpmn.urn.properties | 8 ++++++++ 1 file changed, 8 insertions(+) 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"] %> -- 2.16.6