[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / portal.properties
1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 #
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
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
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.
14
15 # Not used by portal
16 portal.api.impl.class = org.onap.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl.not.used.by.portal
17 portal.api.prefix = /api
18 max.idle.time = 5
19 user.attribute.name = user_attribute
20
21 # for single sign on
22 ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/login.htm
23
24 # URL of the ECOMP Portal REST API
25 ecomp_rest_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/auxapi
26
27 ueb_listeners_enable = true
28
29 ueb_app_key = 7GkVcrO6sIDb3ngW
30 ueb_app_secret = uCYgKjWKK5IxPGNNZzYSSWo9
31 ueb_app_mailbox_name = ECOMP-PORTAL-INBOX
32
33 ueb_url_list = message-router
34 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX
35
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}
39
40 role_access_centralized = remote
41
42 ext_req_connection_timeout = 15000
43 ext_req_read_timeout = 20000