diff options
author | Ofir Sonsino <os0695@att.com> | 2017-10-22 11:52:06 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-10-22 11:52:06 +0300 |
commit | 923c589c833a633b059ecae1774a2fa59964ea73 (patch) | |
tree | 9a58e2eb534bd36558af093d4b89449cf336b734 /epsdk-app-onap/src/main/resources | |
parent | 6536558797da0a4e13e8dc2c30686cb0eb183b20 (diff) |
Update portal urls
Change-Id: I8236d057543eeb39e6a23c72b553489e351a5cb3
Issue-Id: VID-80
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/resources')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties index 6cc64834a..824fd730e 100755 --- a/epsdk-app-onap/src/main/resources/portal.properties +++ b/epsdk-app-onap/src/main/resources/portal.properties @@ -33,10 +33,10 @@ use_rest_for_functional_menu=true portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
# Log On for single sign on
-ecomp_redirect_url = http://portal.openecomp.org:8989/login
+ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
# URL of the ECOMP Portal REST API
-ecomp_rest_url = http://portal.openecomp.org:50580/ecompportal/auxapi
+ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
# Applications do not need to run a UEB listener after 1607.
ueb_listeners_enable = false
|