diff options
Diffstat (limited to 'epsdk-app-onap/src/main/resources/portal.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties index edb35807b..22f109466 100755 --- a/epsdk-app-onap/src/main/resources/portal.properties +++ b/epsdk-app-onap/src/main/resources/portal.properties @@ -59,7 +59,7 @@ portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
# URL of the ECOMP Portal REST API
-ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
+ecomp_rest_url = http://localhost:8080/vidSimulator/ONAPPORTAL/auxapi/
# Non AAF Mode
role_access_centralized = local
|