[COMMON] Add and run pre-commit linters via tox
[oom.git] / kubernetes / portal / components / portal-sdk / resources / config / deliveries / properties / ONAPPORTALSDK / portal.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16
17
18 # Properties read by ECOMP Framework library, ecompFW.jar
19
20 ##########################################################################
21 # The following properties should NOT be changed by partner applications.
22 ##########################################################################
23
24 portal.api.prefix = /api
25 max.idle.time = 5
26 user.attribute.name = user_attribute
27
28 #Use REST API instead of UEB to fetch the functional menu data
29 use_rest_for_functional_menu=true
30
31 ##########################################################################
32 # The following properties MUST be changed by partner applications.
33 ##########################################################################
34
35 # Name of java class that implements the OnBoardingApiService interface.
36 # epsdk 1.3 uses org.onap prefix
37 portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
38
39 # CSP Global Log On for single sign on
40 ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/login.htm
41
42 # URL of the ECOMP Portal REST API
43
44 ecomp_rest_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/auxapi
45
46 # Applications do not need to run a UEB listener in 1610.
47 ueb_listeners_enable = false
48
49 # UEB Configuration
50 ueb_url_list = message-router
51 # ECOMP Portal listens on this UEB topic
52 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX
53 # Replace these 3 default values with the ones for your specific App,
54 # as shown on the on-boarding page on the ECOMP Portal web application.
55 ueb_app_key = jQd4a9zVNi4ePyBp
56 ueb_app_secret = P0HpqEBhKJvxjRYdw2sCTUll
57 ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-APP1
58 # Consumer group name for UEB topic.
59 # Use the special tag '{UUID}' to generate a unique one for each sdk-app server.
60 ueb_app_consumer_group_name = {UUID}
61
62 decryption_key              = AGLDdG4D04BKm2IxIWEr8o==