diff options
-rw-r--r-- | templates/default/mso-bpmn-config/mso.bpmn.urn.properties | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties index 4a5a5d1..a95b1ae 100644 --- a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties +++ b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties @@ -135,11 +135,13 @@ 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.topic.read=<%= @var["appcClientTopicRead"] %> +appc.client.topic.write=<%= @var["appcClientTopicWrite"] %> +appc.client.topic.sdnc.read=<%= @var["appcClientTopicSdncRead"] %> +appc.client.topic.sdnc.write=<%= @var["appcClientTopicSdncWrite"] %> +appc.client.topic.read.timeout=<%= @var["appcClientTopicReadTimeout"] %> +appc.client.response.timeout=<%= @var["appcClientResponseTime"] %> +appc.client.poolMembers=<%= @var["appcClientPoolMembers"] %> appc.client.key=<%= @var["appcClientKey"] %> appc.client.secret=<%= @var["appcClientSecret"] %> -appc.service=<%= @var["appcService"] %> +appc.client.service=<%= @var["appcClientService"] %> |