blob: 405821119a882179ca1f982d7040a2b2c979e0f4 [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001# ================================================================================
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
21portal.api.prefix = /api
22max.idle.time = 5
23user.attribute.name = user_attribute
24
25#Use REST API instead of UEB to fetch the functional menu data
26use_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 Sonsino1cfb0872018-01-31 17:19:00 +020033portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
jimmydot3982f4f2017-05-07 14:58:24 -040034
35# Log On for single sign on
Ofir Sonsino923c5892017-10-22 11:52:06 +030036ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
jimmydot3982f4f2017-05-07 14:58:24 -040037
38# URL of the ECOMP Portal REST API
Ofir Sonsino923c5892017-10-22 11:52:06 +030039ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
jimmydot3982f4f2017-05-07 14:58:24 -040040
41# Applications do not need to run a UEB listener after 1607.
42ueb_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
49ueb_url_list = todo_ueb_url_list
50# ECOMP Portal listens on this UEB topic
51ecomp_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.
55ueb_app_key = oVGikIIFjzjUNtph
56ueb_app_secret = 8xJNPcgKJJgHhfbth6C1yN3e
57ueb_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.
60ueb_app_consumer_group_name = {UUID}
61
62decryption_key = AGLDdG4D04BKm2IxIWEr8o==