Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / resources / portal.properties
1 ###
2 # ================================================================================
3 # eCOMP Portal SDK
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property
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 # ================================================================================
19 ###
20 # Properties read by ECOMP Framework library, ecompFW.jar
21
22 ##########################################################################
23 # The following properties should NOT be changed by partner applications.
24 ##########################################################################
25
26 portal.api.prefix = /api
27 max.idle.time = 5
28 user.attribute.name = user_attribute
29
30 testing=testing
31
32 #Use REST API instead of UEB to fetch the functional menu data
33 use_rest_for_functional_menu=true
34
35 ##########################################################################
36 # The following properties MUST be changed by partner applications.
37 ##########################################################################
38
39 # Name of java class that implements the OnBoardingApiService interface.
40 portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImplPolicy
41
42 # CSP Global Log On for single sign on
43 ecomp_redirect_url = http://todo_enter_portal_hostname:8080/ecompportal/login.htm
44
45 # URL of the ECOMP Portal REST API
46
47 ecomp_rest_url = TODO_Portal_URL
48
49 # Applications do not need to run a UEB listener in 1610.  
50 ueb_listeners_enable = false
51
52 # UEB Configuration
53 # In release 1607, all 6 entries below were required.
54 # In release 1610, if key ueb_listeners_enable is set to false,
55 # then only the ueb_app_key is required.
56 # UEB servers
57 ueb_url_list = todo_ueb_url_list
58 # ECOMP Portal listens on this UEB topic
59 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST-DEMETER
60 # Replace these 3 default values with the ones for your specific App,
61 # as shown on the on-boarding page on the ECOMP Portal web application.
62 ueb_app_key = ZOicEniw7BWDL1pM
63 ueb_app_secret = PJIsBErHfo2RGKzuu03CZKgV
64 ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-TEST-32756
65 # Consumer group name for UEB topic.
66 # Use the special tag '{UUID}' to generate a unique one for each sdk-app server.
67 ueb_app_consumer_group_name = {UUID}
68
69 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==