1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
 
   3 # Licensed under the Apache License, Version 2.0 (the "License");
 
   4 # you may not use this file except in compliance with the License.
 
   5 # You may obtain a copy of the License at
 
   7 #       http://www.apache.org/licenses/LICENSE-2.0
 
   9 # Unless required by applicable law or agreed to in writing, software
 
  10 # distributed under the License is distributed on an "AS IS" BASIS,
 
  11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  12 # See the License for the specific language governing permissions and
 
  13 # limitations under the License.
 
  16 portal.api.impl.class = org.onap.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl.not.used.by.portal
 
  17 portal.api.prefix = /api
 
  19 user.attribute.name = user_attribute
 
  22 ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/login.htm
 
  24 # URL of the ECOMP Portal REST API
 
  25 ecomp_rest_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/auxapi
 
  27 ueb_listeners_enable = true
 
  29 ueb_app_key = 7GkVcrO6sIDb3ngW
 
  30 ueb_app_secret = uCYgKjWKK5IxPGNNZzYSSWo9
 
  31 ueb_app_mailbox_name = ECOMP-PORTAL-INBOX
 
  33 ueb_url_list = message-router
 
  34 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX
 
  36 # Consumer group name for UEB topic.
 
  37 # Use the special tag to generate a unique one for each sdk-app server.
 
  38 ueb_app_consumer_group_name = {UUID}
 
  40 role_access_centralized = remote
 
  42 ext_req_connection_timeout = 15000
 
  43 ext_req_read_timeout = 20000