blob: 8f15bb8eb0cfaaf140e679c8e11cc157b5cce3bf [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001# Properties read by ECOMP Framework library, ecompFW.jar
2
3portal.api.impl.class = org.openecomp.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl
4portal.api.prefix = /api
5max.idle.time = 5
6user.attribute.name = user_attribute
7
8# Log On for single sign on
9ecomp_redirect_url = ${VID_ECOMP_REDIRECT_URL}
10
11
12# URL of the ECOMP Portal REST API
13ecomp_rest_url = ${VID_ECOMP_REST_URL}
14
15# UEB servers
16ueb_url_list = ${VID_UEB_URL_LIST}
17
18# ECOMP Portal listens here
19ecomp_portal_inbox_name = ${VID_ECOMP_PORTAL_INBOX_NAME}
20
21# Replace these 3 default values with the ones for your specific App,
22# as shown on the on-boarding page on the ECOMP Portal website.
23ueb_app_key = ${VID_UEB_APP_KEY}
24ueb_app_secret = ${VID_UEB_APP_SECRET}
25ueb_app_mailbox_name = ${VID_UEB_APP_MAILBOX_NAME}
26# Consumer group name for UEB topic.
27# Use the special tag to generate a unique one for each sdk-app server.
28ueb_app_consumer_group_name = ${VID_UEB_CONSUMER_GROUP}
29
30ueb_listeners_enable = ${VID_UEB_LISTENERS_ENABLE}
31ueb_rest_for_function_menu = true