Updating FQDNs in Sparky portal.properties 57/19757/1
authorShawn Severin <shawn.severin@amdocs.com>
Thu, 19 Oct 2017 14:30:33 +0000 (10:30 -0400)
committerShawn Severin <shawn.severin@amdocs.com>
Thu, 19 Oct 2017 14:31:12 +0000 (10:31 -0400)
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 <shawn.severin@amdocs.com>
sparky/appconfig/portal/portal.properties

index 3092d1d..0b576a9 100644 (file)
@@ -7,10 +7,10 @@ portal.api.impl.class = org.openecomp.sparky.security.portal.PortalRestAPIServic
 \r
 # Instance of ECOMP Portal where the app has been on-boarded\r
 # use insecure http for dev purposes to avoid self-signed certificate\r
-ecomp_rest_url = http://portal.api.simpledemo.openecomp.org:50580/ecompportal/auxapi\r
+ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi\r
 \r
 # Standard global logon page\r
-ecomp_redirect_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm\r
+ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm\r
 \r
 # Name of cookie to extract on login request\r
 csp_cookie_name = EPService\r