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