[POLICY-73] replace openecomp for policy-engine
[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 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 # CSP settings
32 csp_cookie_name          = attESSec
33 csp_gate_keeper_prod_key = PROD
34 testing=testing
35
36 #Use REST API instead of UEB to fetch the functional menu data
37 use_rest_for_functional_menu=true
38
39 ##########################################################################
40 # The following properties MUST be changed by partner applications.
41 ##########################################################################
42
43 # Name of java class that implements the OnBoardingApiService interface.
44 portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
45
46 # CSP Global Log On for single sign on
47 onap_redirect_url = ${{ONAP_REDIRECT_URL}}
48
49 # URL of the ONAP Portal REST API
50 # onap.homer.com is a development machine
51 onap_rest_url = ${{ONAP_REST_URL}}
52
53 # Applications do not need to run a UEB listener in 1610.  
54 ueb_listeners_enable = false
55
56 # UEB Configuration
57 # In release 1607, all 6 entries below were required.
58 # In release 1610, if key ueb_listeners_enable is set to false,
59 # then only the ueb_app_key is required.
60 # UEB servers
61 ueb_url_list = ${{ONAP_UEB_URL_LIST}}
62 # ONAP Portal listens on this UEB topic
63 onap_portal_inbox_name = ${{ONAP_PORTAL_INBOX_NAME}}
64 # Replace these 3 default values with the ones for your specific App,
65 # as shown on the on-boarding page on the ONAP Portal web application.
66 ueb_app_key = ${{ONAP_UEB_APP_KEY}}
67 ueb_app_secret = ${{ONAP_UEB_APP_SECRET}}
68 ueb_app_mailbox_name = ${{ONAP_UEB_APP_MAILBOX_NAME}}
69 # Consumer group name for UEB topic.
70 # Use the special tag '{UUID}' to generate a unique one for each sdk-app server.
71 ueb_app_consumer_group_name = {UUID}
72
73 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==