diff options
Diffstat (limited to 'epsdk-app-onap/src/main')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal.properties | 4 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/swm/common/localize_portal.sh | 4 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/swm/common/localize_system.sh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties index 6cc64834a..824fd730e 100755 --- a/epsdk-app-onap/src/main/resources/portal.properties +++ b/epsdk-app-onap/src/main/resources/portal.properties @@ -33,10 +33,10 @@ use_rest_for_functional_menu=true portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
# Log On for single sign on
-ecomp_redirect_url = http://portal.openecomp.org:8989/login
+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.openecomp.org:50580/ecompportal/auxapi
+ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
# Applications do not need to run a UEB listener after 1607.
ueb_listeners_enable = false
diff --git a/epsdk-app-onap/src/main/swm/common/localize_portal.sh b/epsdk-app-onap/src/main/swm/common/localize_portal.sh index 77e68df30..27ea24a11 100755 --- a/epsdk-app-onap/src/main/swm/common/localize_portal.sh +++ b/epsdk-app-onap/src/main/swm/common/localize_portal.sh @@ -8,7 +8,7 @@ BACKUP2_CONFIG_FILE=${ROOT_DIR}/war/WEB-INF/classes/portal.properties.bk.2 echo "Localizing the VID portal configuration"
if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then
- VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp
+ VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
fi
if [ -z "${VID_WJ_LOGOUT_URL}" ]; then
@@ -16,7 +16,7 @@ if [ -z "${VID_WJ_LOGOUT_URL}" ]; then fi
if [ -z "${VID_ECOMP_REST_URL}" ]; then
- VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi
+ VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
fi
if [ -z "${VID_UEB_URL_LIST}" ]; then
diff --git a/epsdk-app-onap/src/main/swm/common/localize_system.sh b/epsdk-app-onap/src/main/swm/common/localize_system.sh index bf4735d76..c9d0afd8d 100755 --- a/epsdk-app-onap/src/main/swm/common/localize_system.sh +++ b/epsdk-app-onap/src/main/swm/common/localize_system.sh @@ -44,11 +44,11 @@ if [ -z "${VID_ECOMP_SHARED_CONTEXT_REST_URL}" ]; then fi
if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then
- VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp
+ VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
fi
if [ -z "${VID_ECOMP_REST_URL}" ]; then
- VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi
+ VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
fi
if [ -z "${VID_MSO_SERVER_URL}" ]; then
|