4a9e6907504af4b618c6f62317b92d76306628d9
[oom.git] / kubernetes / portal / charts / portal-app / resources / config / deliveries / properties / ONAPPORTAL / system.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 #mysql
16 db.driver = org.mariadb.jdbc.Driver
17 db.connectionURL = jdbc:mariadb:failover://portal-db:3306/portal
18 db.userName =root
19 db.password =Aa123456
20 db.hib.dialect = org.hibernate.dialect.MySQLDialect
21 db.min_pool_size = 5
22 db.max_pool_size = 10
23 hb.dialect = org.hibernate.dialect.MySQLDialect
24 hb.show_sql = false
25 hb.db_reconnect = true
26 hb.idle_connection_test_period = 3600
27
28 app_display_name = Portal
29 files_path = /tmp
30 context_root = ONAPPORTAL
31 # menu settings
32 menu_query_name                      = menuData
33 menu_properties_file_location        = /WEB-INF/fusion/menu/
34 application_menu_set_name            = APP
35 application_menu_attribute_name      = applicationMenuData
36 application_menu_properties_name     = menu.properties
37 business_direct_menu_set_name        = BD
38 business_direct_menu_properties_name = bd.menu.properties
39 business_direct_menu_attribute_name  = businessDirectMenuData
40
41 application_user_id           = 30000
42 post_default_role_id          = 1
43
44 #Enable Fusion Mobile capabilities for the application
45 mobile_enable                             = false
46
47 cache_config_file_path        = /WEB-INF/conf/cache.ccf
48 cache_switch                  = 1
49 cache_load_on_startup         = false
50
51 user_name                                         = fullName
52 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
53
54
55 #Cron Schedules
56 cron_site_name                = one
57 log_cron                      = 0 * * * * ? *
58 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
59
60 #Front end URL
61 frontend_url                  = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/applicationsHome
62
63
64 # An Unqiue 128-bit value defined to indentify a specific version of
65 # ECOMP Portal deployed on a specific virtual machine.
66 # This value must be generated and updated at the time of
67 # the deployment.
68 # Online Unique UUID generator - https://www.uuidgenerator.net/
69 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
70
71 elastic_search_url                      = http://
72 contact_us_link                         = http://
73 user_guide_link             = http://
74
75 # Contact Us page properties
76 ush_ticket_url                          = http://
77 feedback_email_address          = portal@lists.onap.org
78 portal_info_url                         = https://
79
80 #Online user bar refresh interval, in seconds
81 online_user_update_rate                  = 30
82
83 #Online user bar refresh total duration, in seconds
84 online_user_update_duration       = 300
85
86 #authenticate user server
87 authenticate_user_server=http://{{.Values.global.portalHostName}}:8383/openid-connect-server-webapp/allUsers
88
89 #window width threshold to collapse left/right menu when page onload
90 window_width_threshold_left_menu = 1400
91 window_width_threshold_right_menu = 1350
92
93 # User notification refresh interval and duration, in seconds
94 notification_update_rate = 90
95 notification_update_duration = 900
96
97 #Microservices Related Properties for Portal
98 microservices.widget.protocol = http
99 microservices.widget.hostname = portal-widget
100 microservices.widget.username = widget_user
101 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
102 #This property won't be needed after consul is functional on VMs -
103 microservices.widget.local.port = 8082
104 microservices.m-learn.local.port = 8083
105 #HALO API enable flag
106 external_access_enable = false
107
108 #delete auditlog from number of days ago
109 auditlog_del_day_from = 365
110
111 #External system notification URL
112 external_system_notification_url= https://jira.onap.org/browse/
113
114 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
115 ext_central_access_user_name = aaf_admin@people.osaaf.org
116 ext_central_access_password = VTCIC7wfMI0Zy61wkqKQC0bF0EK2YmL2JLl1fQU2YC4=
117 ext_central_access_url = https://aaf-service:8100/authz/
118 ext_central_access_user_domain = @people.osaaf.org
119
120 # External Central Auth system access
121 remote_centralized_system_access = true
122
123 #cookie domain
124 cookie_domain = onap.org