summaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
diff options
context:
space:
mode:
authorAmichai Hemli <ah0398@intl.att.com>2017-09-15 06:32:51 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-15 06:32:51 +0000
commit92273aa4f8dd5be778c26629dce2875942f6f038 (patch)
tree8d6b85be12fcea0090a464d8b0c3635ea42384bc /epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
parent344ba457188c9935ab316456ffc54b18e6fdc812 (diff)
parentb9fd782237406f3b1d436606fac3713129e35e54 (diff)
Merge "Pointed at AAI API v11"
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties')
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
index 56ec9f306..1b7921c76 100755
--- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
+++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
@@ -64,7 +64,7 @@ element_map_icon_path = app/vid/icons/
#aai related properties
aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/
-aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v8/
+aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v11/
aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/
aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/
aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME}