portal url fix
[sdc.git] / catalog-fe / src / main / resources / portal.properties
1 # Portal REST URL, ends "/auxapi"
2 ecomp_rest_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/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://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
9  
10 # Cookie set by CSP-SSO
11 csp_cookie_name = attESSec
12 # CSP setting, most use PROD; DEV also recognized
13 csp_gate_keeper_prod_key = PROD
14
15 # Comma-separated list of UEB server names
16 ueb_url_list = localhost
17 # UEB topic where Portal listens
18 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST
19 # UEB key generated while on-boarding
20 ueb_app_key = app_key_here
21 # UEB secret generated while on-boarding
22 ueb_app_secret = app_secret_here
23 # UEB topic where App listens
24 ueb_app_mailbox_name = app_topic_name_here
25 # Consumer group name; most Apps should use {UUID}
26 ueb_app_consumer_group_name = {UUID}
27
28 decryption_key = AGLDdG4D04BKm2IxIWEr8o==
29
30 portal_cookie_name = EPService