Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 1 | ### |
| 2 | # ================================================================================ |
| 3 | # onap 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 ONAP Framework library, onapFW.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 | |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 30 | #Use REST API instead of UEB to fetch the functional menu data |
| 31 | use_rest_for_functional_menu=true |
| 32 | |
| 33 | ########################################################################## |
| 34 | # The following properties MUST be changed by partner applications. |
| 35 | ########################################################################## |
| 36 | |
| 37 | # Name of java class that implements the OnBoardingApiService interface. |
Tej, Tarun | b51d819 | 2017-08-09 13:50:38 -0400 | [diff] [blame] | 38 | portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 39 | |
| 40 | # CSP Global Log On for single sign on |
rb7147 | f6f867b | 2017-09-28 16:43:22 -0400 | [diff] [blame] | 41 | ecomp_redirect_url = todo_csp_global_logon |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 42 | |
| 43 | # URL of the ONAP Portal REST API |
rb7147 | f6f867b | 2017-09-28 16:43:22 -0400 | [diff] [blame] | 44 | ecomp_rest_url = todo_Onap_rest_url |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 45 | |
| 46 | # Applications do not need to run a UEB listener in 1610. |
| 47 | ueb_listeners_enable = false |
| 48 | |
| 49 | # UEB Configuration |
| 50 | # In release 1607, all 6 entries below were required. |
| 51 | # In release 1610, if key ueb_listeners_enable is set to false, |
| 52 | # then only the ueb_app_key is required. |
| 53 | # UEB servers |
| 54 | ueb_url_list = todo_ueb_list |
| 55 | # ONAP Portal listens on this UEB topic |
rb7147 | f6f867b | 2017-09-28 16:43:22 -0400 | [diff] [blame] | 56 | ecomp_portal_inbox_name = ONAP-PORTAL-INBOX-TEST-DEMETER |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 57 | # Replace these 3 default values with the ones for your specific App, |
| 58 | # as shown on the on-boarding page on the ONAP Portal web application. |
| 59 | ueb_app_key = ZOicEniw7BWDL1pM |
| 60 | ueb_app_secret = PJIsBErHfo2RGKzuu03CZKgV |
| 61 | ueb_app_mailbox_name = ONAP-PORTAL-OUTBOX-TEST-32756 |
| 62 | # Consumer group name for UEB topic. |
| 63 | # Use the special tag '{UUID}' to generate a unique one for each sdk-app server. |
| 64 | ueb_app_consumer_group_name = {UUID} |