diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-04 21:05:28 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-03-05 09:13:26 +0000 |
commit | 8f29cc7a6dec1881d8e4197b0585ed1c0f616f16 (patch) | |
tree | 7ac8b64c0b3e14b495cc2049a53edf398af86972 /catalog-fe/src | |
parent | 0b4c1941df3e0019471742e3edaab81b06ef6f44 (diff) |
portal and cadi properties fix
Change-Id: Id83f0ddd1846e4887d1d5a7c3fb5bf8db406186a
Issue-ID: SDC-2799
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'catalog-fe/src')
-rw-r--r-- | catalog-fe/src/main/resources/portal.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/catalog-fe/src/main/resources/portal.properties b/catalog-fe/src/main/resources/portal.properties index d1b6d3a44e..321e1aa247 100644 --- a/catalog-fe/src/main/resources/portal.properties +++ b/catalog-fe/src/main/resources/portal.properties @@ -5,8 +5,7 @@ ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl # CSP-SSO URL -ecomp_redirect_url = https://www.e-access.att.com/ecomp_portal_qa/ecompportal/process_csp -#ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm +ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm # Cookie set by CSP-SSO csp_cookie_name = attESSec |