Fix to get Standalone access to Policy Gui
[policy/engine.git] / packages / base / src / files / install / servers / onap / WEB-INF / classes / portal.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP Policy Engine
4 # ================================================================================
5 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 # Properties read by ONAP Framework library, onapFW.jar
22
23 ##########################################################################
24 # The following properties should NOT be changed by partner applications.
25 ##########################################################################
26
27 portal.api.prefix = /api
28 max.idle.time = 5
29 user.attribute.name = user_attribute
30
31 #Use REST API instead of UEB to fetch the functional menu data
32 use_rest_for_functional_menu=true
33
34 ##########################################################################
35 # The following properties MUST be changed by partner applications.
36 ##########################################################################
37
38 # Name of java class that implements the OnBoardingApiService interface.
39 portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
40
41 # CSP Global Log On for single sign on
42 ecomp_redirect_url = ${{ONAP_REDIRECT_URL}}
43
44 # URL of the ONAP Portal REST API
45 # onap.homer.com is a development machine
46 ecomp_rest_url = ${{ONAP_REST_URL}}
47
48 # Applications do not need to run a UEB listener in 1610.  
49 ueb_listeners_enable = false
50
51 # UEB Configuration
52 # In release 1607, all 6 entries below were required.
53 # In release 1610, if key ueb_listeners_enable is set to false,
54 # then only the ueb_app_key is required.
55 # UEB servers
56 ueb_url_list = ${{ONAP_UEB_URL_LIST}}
57 # ONAP Portal listens on this UEB topic
58 ecomp_portal_inbox_name = ${{ONAP_PORTAL_INBOX_NAME}}
59 # Replace these 3 default values with the ones for your specific App,
60 # as shown on the on-boarding page on the ONAP Portal web application.
61 ueb_app_key = ${{ONAP_UEB_APP_KEY}}
62 ueb_app_secret = ${{ONAP_UEB_APP_SECRET}}
63 ueb_app_mailbox_name = ${{ONAP_UEB_APP_MAILBOX_NAME}}
64 # Consumer group name for UEB topic.
65 # Use the special tag '{UUID}' to generate a unique one for each sdk-app server.
66 ueb_app_consumer_group_name = {UUID}
67
68 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
69
70 # Use this tag if the app is centralized
71 #role_access_centralized = remote
72
73 # Connection and Read timeout values
74 ext_req_connection_timeout = 15000
75 ext_req_read_timeout = 20000