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 | ### |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 20 | # Properties read by ONAP Framework library, ecompFW.jar |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 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. |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 38 | portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 39 | |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 40 | # URL of the Portal where this app is onboarded |
| 41 | ecomp_redirect_url = https://portal.onap.org/onapportal/process_csp |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 42 | |
| 43 | # URL of the ONAP Portal REST API |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 44 | ecomp_rest_url = http://portal.onap.org:50580/onapportal/auxapi |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 45 | |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 46 | # Applications do not need to run a UEB listener after 1607. |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 47 | ueb_listeners_enable = false |
| 48 | |
| 49 | # UEB Configuration |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 50 | # If key ueb_listeners_enable is set to false, |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 51 | # then only the ueb_app_key is required. |
rb7147 | 4281508 | 2017-12-04 16:45:55 -0500 | [diff] [blame] | 52 | ueb_app_key = REPLACE-ME-UEB-APP-KEY-EPSDK-APP-OS |