[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / system.properties
1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 # Modifications Copyright © 2020 AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 #mysql
17 db.driver = org.mariadb.jdbc.Driver
18 db.connectionURL = jdbc:mariadb:failover://portal-db:3306/portal
19 db.userName =${PORTAL_DB_USER}
20 db.password =${PORTAL_DB_PASSWORD}
21 db.hib.dialect = org.hibernate.dialect.MySQLDialect
22 db.min_pool_size = 5
23 db.max_pool_size = 10
24 hb.dialect = org.hibernate.dialect.MySQLDialect
25 hb.show_sql = false
26 hb.db_reconnect = true
27 hb.idle_connection_test_period = 3600
28
29 app_display_name = Portal
30 files_path = /tmp
31 context_root = ONAPPORTAL
32 # menu settings
33 menu_query_name                      = menuData
34 menu_properties_file_location        = /WEB-INF/fusion/menu/
35 application_menu_set_name            = APP
36 application_menu_attribute_name      = applicationMenuData
37 application_menu_properties_name     = menu.properties
38 business_direct_menu_set_name        = BD
39 business_direct_menu_properties_name = bd.menu.properties
40 business_direct_menu_attribute_name  = businessDirectMenuData
41
42 application_user_id           = 30000
43 post_default_role_id          = 1
44
45 #Enable Fusion Mobile capabilities for the application
46 mobile_enable                             = false
47
48 cache_config_file_path        = /WEB-INF/conf/cache.ccf
49 cache_switch                  = 1
50 cache_load_on_startup         = false
51
52 user_name                                         = fullName
53 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
54
55
56 #Cron Schedules
57 cron_site_name                = one
58 log_cron                      = 0 * * * * ? *
59 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
60
61 #Front end URL
62 frontend_url                  = https://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/applicationsHome
63
64
65 # An Unqiue 128-bit value defined to indentify a specific version of
66 # ECOMP Portal deployed on a specific virtual machine.
67 # This value must be generated and updated at the time of
68 # the deployment.
69 # Online Unique UUID generator - https://www.uuidgenerator.net/
70 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
71
72 elastic_search_url                      = http://
73 contact_us_link                         = http://
74 user_guide_link             = http://
75
76 # Contact Us page properties
77 ush_ticket_url                          = http://
78 feedback_email_address          = portal@lists.onap.org
79 portal_info_url                         = https://
80
81 #Online user bar refresh interval, in seconds
82 online_user_update_rate                  = 30
83
84 #Online user bar refresh total duration, in seconds
85 online_user_update_duration       = 300
86
87 #authenticate user server
88 authenticate_user_server=http://{{.Values.global.portalHostName}}:8383/openid-connect-server-webapp/allUsers
89
90 #window width threshold to collapse left/right menu when page onload
91 window_width_threshold_left_menu = 1400
92 window_width_threshold_right_menu = 1350
93
94 # User notification refresh interval and duration, in seconds
95 notification_update_rate = 90
96 notification_update_duration = 900
97
98 #Microservices Related Properties for Portal
99 microservices.widget.protocol = http
100 microservices.widget.hostname = portal-widget
101 microservices.widget.username = widget_user
102 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
103 #This property won't be needed after consul is functional on VMs -
104 microservices.widget.local.port = 8082
105 microservices.m-learn.local.port = 8083
106 #HALO API enable flag
107 external_access_enable = false
108
109 #delete auditlog from number of days ago
110 auditlog_del_day_from = 365
111
112 #External system notification URL
113 external_system_notification_url= https://jira.onap.org/browse/
114
115 #cookie domain
116 cookie_domain = onap.org
117
118 # External Central Auth system access
119 remote_centralized_system_access = {{.Values.global.aafEnabled}}
120
121 # External Access System Basic Auth Credentials & Rest endpoint
122 ext_central_access_user_name = aaf_admin@people.osaaf.org
123 ext_central_access_password = demo123456!
124 ext_central_access_url = {{.Values.aafURL}}
125 ext_central_access_user_domain = @people.osaaf.org