diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-11 15:38:00 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-03-11 15:38:00 +0200 |
commit | df23f52a13b234c33b58d3bdf4e9ce44cd0f078f (patch) | |
tree | 359d7a19f5c8b19f4194bf1faa738375263f8956 | |
parent | 0574f88247e18e830663802c2167df3166e1792b (diff) |
portal url fix
Change-Id: Iab8c7cd48f7210d1833928e7ea075e2221db94c7
Issue-ID: SDC-2799
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-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 |