diff options
Diffstat (limited to 'epsdk-app-onap/src/main/webapp')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index da1bfc46d..cc887d8b1 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -114,8 +114,8 @@ role_management_activated = false #aai.server.url=https://aai.api.openecomp.org:8443/aai/v8/ #aai.oldserver.url.base=https://aai.api.openecomp.org:8443/aai/servers/ #aai.oldserver.url=https://aai.api.openecomp.org:8443/aai/servers/v3/ -aai.server.url.base=https://104.239.249.183:8443/aai/ -aai.server.url=https://104.239.249.183:8443/aai/v13/ +aai.server.url.base=http://localhost:1080/aai/ +aai.server.url=http://localhost:1080/aai/v13/ aai.oldserver.url.base=https://104.239.249.183:8443/aai/servers/ aai.oldserver.url=https://104.239.249.183:8443/aai/servers/v3/ aai.truststore.filename=tomcat_keystore |