Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 1 | # Properties read by ECOMP Framework library, ecompFW.jar |
| 2 | |
| 3 | ########################################################################## |
| 4 | # The following properties should NOT be changed by partner applications. |
| 5 | ########################################################################## |
| 6 | |
| 7 | portal.api.prefix = /api |
| 8 | max.idle.time = 5 |
| 9 | user.attribute.name = user_attribute |
| 10 | |
| 11 | #Use REST API instead of UEB to fetch the functional menu data |
| 12 | use_rest_for_functional_menu=true |
| 13 | |
| 14 | ########################################################################## |
| 15 | # The following properties MUST be changed by partner applications. |
| 16 | ########################################################################## |
| 17 | |
| 18 | # Name of java class that implements the OnBoardingApiService interface. |
Christopher Lott (cl778h) | 7c80fba | 2017-10-05 09:51:28 -0400 | [diff] [blame] | 19 | # epsdk 1.3 uses org.onap prefix |
| 20 | portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 21 | |
| 22 | # CSP Global Log On for single sign on |
Christopher Lott (cl778h) | 764405b | 2017-10-18 16:04:10 -0400 | [diff] [blame] | 23 | ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 24 | |
| 25 | # URL of the ECOMP Portal REST API |
| 26 | |
Christopher Lott (cl778h) | 764405b | 2017-10-18 16:04:10 -0400 | [diff] [blame] | 27 | ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 28 | |
| 29 | # Applications do not need to run a UEB listener in 1610. |
| 30 | ueb_listeners_enable = false |
| 31 | |
| 32 | # UEB Configuration |
Christopher Lott (cl778h) | 764405b | 2017-10-18 16:04:10 -0400 | [diff] [blame] | 33 | ueb_url_list = ueb.api.simpledemo.onap.org |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 34 | # ECOMP Portal listens on this UEB topic |
| 35 | ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX |
| 36 | # Replace these 3 default values with the ones for your specific App, |
| 37 | # as shown on the on-boarding page on the ECOMP Portal web application. |
| 38 | ueb_app_key = jQd4a9zVNi4ePyBp |
| 39 | ueb_app_secret = P0HpqEBhKJvxjRYdw2sCTUll |
| 40 | ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-APP1 |
| 41 | # Consumer group name for UEB topic. |
| 42 | # Use the special tag '{UUID}' to generate a unique one for each sdk-app server. |
| 43 | ueb_app_consumer_group_name = {UUID} |
| 44 | |
| 45 | decryption_key = AGLDdG4D04BKm2IxIWEr8o== |