From: Arthur Martella Date: Mon, 23 Apr 2018 21:28:41 +0000 (-0400) Subject: Add APPC properties for topic X-Git-Tag: 2.0.0-ONAP~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F44257%2F1;p=so%2Fso-config.git Add APPC properties for topic Change-Id: I8ed5cfd5a032c2d19a51aa6362fdd7a099da68ab Issue-ID: SO-585 Signed-off-by: Arthur Martella --- 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"] %>