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