From df23f52a13b234c33b58d3bdf4e9ce44cd0f078f Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 11 Mar 2020 15:38:00 +0200 Subject: [PATCH] portal url fix Change-Id: Iab8c7cd48f7210d1833928e7ea075e2221db94c7 Issue-ID: SDC-2799 Signed-off-by: Ofir Sonsino --- catalog-fe/src/main/resources/portal.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-fe/src/main/resources/portal.properties b/catalog-fe/src/main/resources/portal.properties index 321e1aa247..220eeb81cb 100644 --- a/catalog-fe/src/main/resources/portal.properties +++ b/catalog-fe/src/main/resources/portal.properties @@ -1,11 +1,11 @@ # Portal REST URL, ends "/auxapi" -ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi +ecomp_rest_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/auxapi # Java implementation of interface portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl # CSP-SSO URL -ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm +ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm # Cookie set by CSP-SSO csp_cookie_name = attESSec -- 2.16.6