diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-11 15:38:00 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-11 15:11:04 +0000 |
commit | 2a1d018b1b1f364362ff2a764ee16f3320388daa (patch) | |
tree | 51ac9a0b3d585854b1f3e63b98c4811165ed00a5 /catalog-fe/src/main | |
parent | f264cf6aa20a97b05a92d4dd3aa7ca4ee49db7f1 (diff) |
portal url fix
Change-Id: Iab8c7cd48f7210d1833928e7ea075e2221db94c7
Issue-ID: SDC-2799
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'catalog-fe/src/main')
-rw-r--r-- | catalog-fe/src/main/resources/portal.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-fe/src/main/resources/portal.properties b/catalog-fe/src/main/resources/portal.properties index 321e1aa247..220eeb81cb 100644 --- a/catalog-fe/src/main/resources/portal.properties +++ b/catalog-fe/src/main/resources/portal.properties @@ -1,11 +1,11 @@ # Portal REST URL, ends "/auxapi" -ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi +ecomp_rest_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/auxapi # Java implementation of interface portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl # CSP-SSO URL -ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm +ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm # Cookie set by CSP-SSO csp_cookie_name = attESSec |