From: Shawn Severin Date: Thu, 19 Oct 2017 14:30:33 +0000 (-0400) Subject: Updating FQDNs in Sparky portal.properties X-Git-Tag: 1.0.0-Amsterdam~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=e9be6abeee87f1359737ab6b693274f1764a66e6 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 --- 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