Catalog alignment
[sdc.git] / catalog-fe / src / main / resources / portal.properties
1 # Portal REST URL, ends "/auxapi"
2 ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi
3  
4 # Java implementation of interface
5 portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl
6
7 # CSP-SSO URL
8 ecomp_redirect_url = https://www.e-access.att.com/ecomp_portal_qa/ecompportal/process_csp
9 #ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm
10  
11 # Cookie set by CSP-SSO
12 csp_cookie_name = attESSec
13 # CSP setting, most use PROD; DEV also recognized
14 csp_gate_keeper_prod_key = PROD
15
16 # Comma-separated list of UEB server names
17 ueb_url_list = localhost
18 # UEB topic where Portal listens
19 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST
20 # UEB key generated while on-boarding
21 ueb_app_key = app_key_here
22 # UEB secret generated while on-boarding
23 ueb_app_secret = app_secret_here
24 # UEB topic where App listens
25 ueb_app_mailbox_name = app_topic_name_here
26 # Consumer group name; most Apps should use {UUID}
27 ueb_app_consumer_group_name = {UUID}
28
29 decryption_key = AGLDdG4D04BKm2IxIWEr8o==
30
31 portal_cookie_name = EPService