diff options
author | wr148d <wr148d@att.com> | 2020-08-06 13:58:44 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2020-08-06 13:58:44 -0400 |
commit | ded9a5d85bda822e2d93f0def3336eb11d4a2487 (patch) | |
tree | c9e89f949af68682264c7e4bd74fe1944dd4de44 /sparkybe-onap-application/config/portal/BOOT-INF | |
parent | 633a1616aeb65c00b09b607475afca0b9a20a7fe (diff) |
Update the sparky portal rest api url to address pairwise testing bug
Issue-ID: AAI-2905
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2e5773f4b3bf72189e0f09237b972d08fcf9ec3c
Diffstat (limited to 'sparkybe-onap-application/config/portal/BOOT-INF')
-rw-r--r-- | sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties b/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties index f823712..981e66b 100644 --- a/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties +++ b/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties @@ -7,7 +7,7 @@ portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPICentral # 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 = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/auxapi +ecomp_rest_url = https://portal-app:8443/ONAPPORTAL/auxapi # Standard global logon page ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm |