[VID-3] Setting docker image tag
[vid.git] / vid / src / main / resources / portal_template.properties
1 # Properties read by ECOMP Framework library, ecompFW.jar
2
3 portal.api.impl.class = org.openecomp.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl
4 portal.api.prefix = /api
5 max.idle.time = 5
6 user.attribute.name = user_attribute
7
8 # CSP Global Log On for single sign on
9 ecomp_redirect_url      = ${VID_ECOMP_REDIRECT_URL}
10
11 # CSP settings
12 csp_cookie_name          = attESSec
13 csp_gate_keeper_prod_key = PROD
14 testing=testing
15
16 # URL of the ECOMP Portal REST API
17 ecomp_rest_url = ${VID_ECOMP_REST_URL}
18
19 # UEB servers
20 ueb_url_list = ${VID_UEB_URL_LIST}
21
22 # ECOMP Portal listens here 
23 ecomp_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.
27 ueb_app_key = ${VID_UEB_APP_KEY}
28 ueb_app_secret = ${VID_UEB_APP_SECRET}
29 ueb_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.
32 ueb_app_consumer_group_name = ${VID_UEB_CONSUMER_GROUP}
33
34 ueb_listeners_enable = ${VID_UEB_LISTENERS_ENABLE}
35 ueb_rest_for_function_menu = true