From e9be6abeee87f1359737ab6b693274f1764a66e6 Mon Sep 17 00:00:00 2001 From: Shawn Severin Date: Thu, 19 Oct 2017 10:30:33 -0400 Subject: [PATCH] Updating FQDNs in Sparky portal.properties AT&T Portal colleagues requested that we replace the string 'ecomp' with 'onap' in ecomp_rest_url and ecomp_redirect_url FQDNs in Sparky portal.properties Issue-ID: PORTAL-130 Change-Id: I4fab5e101e856b5ad88d8149c5bc41df5105944d Signed-off-by: Shawn Severin --- sparky/appconfig/portal/portal.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sparky/appconfig/portal/portal.properties b/sparky/appconfig/portal/portal.properties index 3092d1d..0b576a9 100644 --- a/sparky/appconfig/portal/portal.properties +++ b/sparky/appconfig/portal/portal.properties @@ -7,10 +7,10 @@ portal.api.impl.class = org.openecomp.sparky.security.portal.PortalRestAPIServic # Instance of ECOMP Portal where the app has been on-boarded # use insecure http for dev purposes to avoid self-signed certificate -ecomp_rest_url = http://portal.api.simpledemo.openecomp.org:50580/ecompportal/auxapi +ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi # Standard global logon page -ecomp_redirect_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm +ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm # Name of cookie to extract on login request csp_cookie_name = EPService -- 2.16.6