Fixed health check issue
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / conf / system.properties
1 ###
2 # ============LICENSE_START==========================================
3 # ONAP Portal
4 # ===================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ===================================================================
7 #
8 # Unless otherwise specified, all software contained herein is licensed
9 # under the Apache License, Version 2.0 (the "License");
10 # you may not use this software except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #             http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 #
21 # Unless otherwise specified, all documentation contained herein is licensed
22 # under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23 # you may not use this documentation except in compliance with the License.
24 # You may obtain a copy of the License at
25 #
26 #             https://creativecommons.org/licenses/by/4.0/
27 #
28 # Unless required by applicable law or agreed to in writing, documentation
29 # distributed under the License is distributed on an "AS IS" BASIS,
30 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 # See the License for the specific language governing permissions and
32 # limitations under the License.
33 #
34 # ============LICENSE_END============================================
35 #
36
37 ###
38
39 application_name = PORTAL_BE
40
41 db.driver = org.mariadb.jdbc.Driver
42 #db.connectionURL = jdbc:mariadb:failover://localhost:3306/ecomp_portal
43 #db.userName = XXXX
44 #db.password = XXXX
45 db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_os
46 db.userName = root
47 db.password = root
48 # is the db.password property encrypted?
49 db.encrypt_flag = false
50
51
52 db.hib.dialect = org.hibernate.dialect.MySQLDialect
53 db.min_pool_size = 5
54 db.max_pool_size = 10
55 hb.dialect = org.hibernate.dialect.MySQLDialect
56 hb.show_sql = false
57 hb.db_reconnect = true
58 hb.idle_connection_test_period = 3600
59
60 # Ecomp portal title
61 app_display_name                                          = Portal
62 files_path = /tmp
63 context_root = ECOMPPORTAL
64 # menu settings
65 menu_query_name                      = menuData
66 menu_properties_file_location        = /WEB-INF/fusion/menu/
67 application_menu_set_name            = APP
68 application_menu_attribute_name      = applicationMenuData
69 application_menu_properties_name     = menu.properties
70 business_direct_menu_set_name        = BD
71 business_direct_menu_properties_name = bd.menu.properties
72 business_direct_menu_attribute_name  = businessDirectMenuData
73
74 application_user_id           = 30000
75 post_default_role_id          = 1
76
77 #Enable Fusion Mobile capabilities for the application
78 mobile_enable                             = false
79
80 cache_config_file_path        = /WEB-INF/conf/cache.ccf
81 cache_switch                  = 1
82 cache_load_on_startup         = false
83
84 user_name                                         = fullName
85 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
86
87
88 #Cron Schedules
89 cron_site_name                = one
90 log_cron                      = 0 * * * * ? *
91 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
92
93 #Front end URL  
94 frontend_url                  = http://localhost:9000/ecompportal/applicationsHome
95
96 #cookie domain   PLEASE DO NOT REMOVE THIS VALUE FOR OPEN SOUCE REFACTOR
97 cookie_domain = openecomp.org
98
99 # An Unique 128-bit value defined to identify a specific version of
100 # ECOMP Portal deployed on a specific virtual machine.
101 # This value must be generated and updated at the time of 
102 # the deployment.
103 # Online Unique UUID generator - https://www.uuidgenerator.net/
104 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
105
106 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
107
108 ecomp_shared_context_rest_url= http://todo_enter_share_context_rest_hostname:9000/ecompportal/context
109 elastic_search_url                      = http://todo_enter_elastic_search_hostname:9200
110 contact_us_link                         = http://todo_enter_contact_us_hostname 
111 user_guide_link             = http://todo_enter_user_guide_link
112
113 # Contact Us page properties
114 ush_ticket_url                          = http://todo_enter_ush_ticket_url
115 feedback_email_address          = portal@lists.openecomp.org
116 portal_info_url                         = https://todo_enter_portal_info_url    
117
118 #Online user bar refresh interval, in seconds
119 online_user_update_rate                  = 5
120
121 #Online user bar refresh total duration, in seconds
122 online_user_update_duration                     = 900
123
124 # User notification refresh interval and duration, in seconds
125 notification_update_rate                        = 90
126 notification_update_duration            = 900
127 #Widgets upload flag
128 microservices.widget.upload.flag=true
129
130 #Microservices Related Properties for Portal
131 microservices.widget.username = widget_user
132 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
133 #This property won't be needed after consul is functional on VMs -
134 microservices.widget.local.port = 8082
135
136 #delete auditlog from number of days ago
137 auditlog_del_day_from = 365
138
139 #authenticate user server
140 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
141
142 #window width threshold to collapse left/right menu when page onload
143 window_width_threshold_left_menu = 1400
144 window_width_threshold_right_menu = 1350
145
146 #External system notification URL
147 external_system_notification_url= https://jira.onap.org/browse/
148
149 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
150 ext_central_access_user_name = aaf_admin@people.osaaf.org
151 ext_central_access_password = CkmGguWw+Yn0yzqximmSExkOSJ7BdKvOTHFmTMg9Yvc=
152 ext_central_access_url = https://aaf-service:30247/authz/
153 ext_central_access_user_domain = @csp.onap.org
154
155 # External Central Auth system access
156 remote_centralized_system_access = true
157
158 #left menu with root value or non-root
159 portal_left_menu = non-root