aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/portal.properties.old
blob: df59ba392d35c90c92522ea5060ffbdcb5d1a522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Portal REST URL, ends "/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://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 = 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
ueb_app_key = app_key_here
# UEB secret generated while on-boarding
ueb_app_secret = app_secret_here
# UEB topic where App listens
ueb_app_mailbox_name = app_topic_name_here
# Consumer group name; most Apps should use {UUID}
ueb_app_consumer_group_name = {UUID}