summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2019-05-08 15:05:31 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-08 15:05:31 +0000
commit59dfc695d54cc5499cc654449dabcf82f6d63f9c (patch)
tree3d95a3b464dd9f33363f13c6da0fe50262519dde
parentc7303bf88f39d68bb6638a7c5ae84580370e918f (diff)
parentcde8621d7582605e8a8004be4e5dd98d957c2b24 (diff)
Merge "Updating port URL per portal team request"
-rw-r--r--charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties b/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties
index 546955f..375ffc1 100644
--- a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties
+++ b/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties
@@ -22,10 +22,10 @@ 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 = http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi
+ecomp_rest_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/auxapi
# Standard global logon page
-ecomp_redirect_url = http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm
+ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
# Name of cookie to extract on login request
csp_cookie_name = EPService