blob: 51f39494cd96777e3a24db93414f2cf32a821c26 [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001# Properties read by ECOMP Framework library, ecompFW.jar
2
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02003portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
jimmydot3982f4f2017-05-07 14:58:24 -04004portal.api.prefix = /api
5max.idle.time = 5
6user.attribute.name = user_attribute
Krzysztof Kwiecien7f2f18d2017-07-22 15:48:27 +02007decryption_key = ${VID_DECRYPTION_KEY}
jimmydot3982f4f2017-05-07 14:58:24 -04008
9# Log On for single sign on
10ecomp_redirect_url = ${VID_ECOMP_REDIRECT_URL}
11
12
13# URL of the ECOMP Portal REST API
14ecomp_rest_url = ${VID_ECOMP_REST_URL}
15
Sonsino, Ofir (os0695)975779b2018-10-18 11:07:22 +030016# AAF Mode
17role_access_centralized = ${VID_ROLE_ACCESS_CENTRALIZED}
18
jimmydot3982f4f2017-05-07 14:58:24 -040019# UEB servers
20ueb_url_list = ${VID_UEB_URL_LIST}
21
22# ECOMP Portal listens here
23ecomp_portal_inbox_name = ${VID_ECOMP_PORTAL_INBOX_NAME}
24
25# Replace these 3 default values with the ones for your specific App,
26# as shown on the on-boarding page on the ECOMP Portal website.
27ueb_app_key = ${VID_UEB_APP_KEY}
28ueb_app_secret = ${VID_UEB_APP_SECRET}
29ueb_app_mailbox_name = ${VID_UEB_APP_MAILBOX_NAME}
30# Consumer group name for UEB topic.
31# Use the special tag to generate a unique one for each sdk-app server.
32ueb_app_consumer_group_name = ${VID_UEB_CONSUMER_GROUP}
33
34ueb_listeners_enable = ${VID_UEB_LISTENERS_ENABLE}
35ueb_rest_for_function_menu = true