diff options
Diffstat (limited to 'epsdk-app-onap/src/main')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 4 |
1 files changed, 1 insertions, 3 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 1e8a0ba15..5d8a340a5 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 @@ -63,9 +63,7 @@ role_management_activated = false #aai related properties aai.server.url.base=${VID_AAI_URL}/aai/ -aai.server.url=${VID_AAI_URL}/aai/v13/ -aai.oldserver.url.base=${VID_AAI_URL}/aai/servers/ -aai.oldserver.url=${VID_AAI_URL}/aai/servers/v3/ +aai.server.url=${VID_AAI_URL}/aai/v16/ aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME} aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X} aai.keystore.filename=${AAI_KEYSTORE_FILENAME} |