X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=epsdk-app-onap%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fconf%2Fsystem_template.properties;h=149ad99ed33115ba7860055a2da96aebd78fbc3e;hb=6d50f6aff069772e8302ee626ab19db2d60c9e6c;hp=06a2e6b537af42fce1714e63bc934ef51cdd4af7;hpb=8c66bb19548227c0d24b41fa931a5956bc445cac;p=vid.git 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 06a2e6b53..149ad99ed 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,10 +64,10 @@ element_map_file_path = /tmp 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/v13/ -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.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.truststore.filename=${AAI_TRUSTSTORE_FILENAME} aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X} aai.keystore.filename=${AAI_KEYSTORE_FILENAME}