diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-11-05 15:21:51 +0100 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2018-11-14 14:12:01 +0100 |
commit | 6d50f6aff069772e8302ee626ab19db2d60c9e6c (patch) | |
tree | a4356c3c144fa8da03b00714223eb97149b46b8d /epsdk-app-onap/src/main/webapp/WEB-INF | |
parent | 8c66bb19548227c0d24b41fa931a5956bc445cac (diff) |
Change template properties for AAI
Change-Id: I5412a152e6df701d94c8dffbc2a22d70e282008c
Issue-ID: VID-343
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 8 |
1 files changed, 4 insertions, 4 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 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}
|