diff options
Diffstat (limited to 'catalog-be/src/main/resources/portal.properties')
-rw-r--r-- | catalog-be/src/main/resources/portal.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/catalog-be/src/main/resources/portal.properties b/catalog-be/src/main/resources/portal.properties index 33ae0dac94..c67261f962 100644 --- a/catalog-be/src/main/resources/portal.properties +++ b/catalog-be/src/main/resources/portal.properties @@ -1,18 +1,18 @@ # Portal REST URL, ends "/auxapi" -ecomp_rest_url = https://localhost/ecompportal/auxapi +ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi # Java implementation of interface portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl # CSP-SSO URL -ecomp_redirect_url = https://localhost/ecomp_portal_ist/ecompportal/process_csp +ecomp_redirect_url = https://www.e-access.att.com/ecomp_portal_ist/ecompportal/process_csp # Cookie set by CSP-SSO csp_cookie_name = attESSec # CSP setting, most use PROD; DEV also recognized csp_gate_keeper_prod_key = PROD # Comma-separated list of UEB server names -ueb_url_list = +ueb_url_list = uebsb91kcdc.it.att.com,uebsb92kcdc.it.att.com,uebsb93kcdc.it.att.com # UEB topic where Portal listens ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST # UEB key generated while on-boarding |