[VID-6] Initial rebase push
[vid.git] / epsdk-app-onap / src / main / resources / portal.properties
1 # ================================================================================\r
2 # Licensed under the Apache License, Version 2.0 (the "License");\r
3 # you may not use this file except in compliance with the License.\r
4 # You may obtain a copy of the License at\r
5\r
6 #      http://www.apache.org/licenses/LICENSE-2.0\r
7\r
8 # Unless required by applicable law or agreed to in writing, software\r
9 # distributed under the License is distributed on an "AS IS" BASIS,\r
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
11 # See the License for the specific language governing permissions and\r
12 # limitations under the License.\r
13 # ================================================================================\r
14 ###\r
15 # Properties read by ECOMP Framework library, ecompFW.jar\r
16 \r
17 ##########################################################################\r
18 # The following properties should NOT be changed by partner applications.\r
19 ##########################################################################\r
20 \r
21 portal.api.prefix = /api\r
22 max.idle.time = 5\r
23 user.attribute.name = user_attribute\r
24 \r
25 #Use REST API instead of UEB to fetch the functional menu data\r
26 use_rest_for_functional_menu=true\r
27 \r
28 ##########################################################################\r
29 # The following properties MUST be changed by partner applications.\r
30 ##########################################################################\r
31 \r
32 # Name of java class that implements the OnBoardingApiService interface.\r
33 portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl\r
34 \r
35 # Log On for single sign on\r
36 ecomp_redirect_url = http://portal.openecomp.org:8989/login\r
37 \r
38 # URL of the ECOMP Portal REST API\r
39 ecomp_rest_url = http://portal.openecomp.org:50580/ecompportal/auxapi\r
40 \r
41 # Applications do not need to run a UEB listener after 1607.\r
42 ueb_listeners_enable = false\r
43 \r
44 # UEB Configuration\r
45 # In release 1607, all 6 entries below were required.\r
46 # In release 1610, if key ueb_listeners_enable is set to false,\r
47 # then only the ueb_app_key is required.\r
48 # UEB servers\r
49 ueb_url_list = todo_ueb_url_list\r
50 # ECOMP Portal listens on this UEB topic\r
51 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-DEV-LOCAL\r
52 \r
53 # Replace these 3 default values with the ones for your specific App,\r
54 # as shown on the on-boarding page on the ECOMP Portal web application.\r
55 ueb_app_key = oVGikIIFjzjUNtph\r
56 ueb_app_secret = 8xJNPcgKJJgHhfbth6C1yN3e\r
57 ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-TEST-77621\r
58 # Consumer group name for UEB topic.\r
59 # Use the special tag to generate a unique one for each sdk-app server.\r
60 ueb_app_consumer_group_name = {UUID}\r
61 \r
62 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==\r