aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties')
-rw-r--r--templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
index cad193d..4b33c71 100644
--- a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
+++ b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
@@ -3,6 +3,9 @@ bpelURL=<%= @var["bpelURL"] %>
bpelAuth=<%= @var["bpelAuth"] %>
camundaURL=<%= @var["camundaURL"] %>
camundaAuth=<%= @var["camundaAuth"] %>
+aai.endpoint=<%= @var["aaiEndpoint"] %>
+aai.auth=<%= @var["aaiAuth"] %>
+mso.msoKey=<%= @var["msoKey"] %>
# controls what actions the infra API (APIH) allows sent in on REST request
vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>