0fc2c69dd7c281eb5cd1c89c1eb3c6f708b346e4
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / conf / system.properties
1 ###
2 # ================================================================================
3 # eCOMP Portal
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ================================================================================
19 ###
20
21 db.driver = com.mysql.jdbc.Driver
22 db.connectionURL = jdbc:mysql://localhost:3306/ecomp_portal
23 db.userName = XXXX
24 db.password = XXXX
25 # is the db.password property encrypted?
26 db.encrypt_flag = false
27
28 db.hib.dialect = org.hibernate.dialect.MySQLDialect
29 db.min_pool_size = 5
30 db.max_pool_size = 10
31 hb.dialect = org.hibernate.dialect.MySQLDialect
32 hb.show_sql = false
33 hb.db_reconnect = true
34 hb.idle_connection_test_period = 3600
35
36 # Ecomp portal title
37 app_display_name                                          = Portal
38 files_path = /demeter/WebApps/dev/ECOMP_APP/files
39 context_root = ECOMPPORTAL
40 # menu settings
41 menu_query_name                      = menuData
42 menu_properties_file_location        = /WEB-INF/fusion/menu/
43 application_menu_set_name            = APP
44 application_menu_attribute_name      = applicationMenuData
45 application_menu_properties_name     = menu.properties
46 business_direct_menu_set_name        = BD
47 business_direct_menu_properties_name = bd.menu.properties
48 business_direct_menu_attribute_name  = businessDirectMenuData
49
50 application_user_id           = 30000
51 post_default_role_id          = 1
52
53 #Enable Fusion Mobile capabilities for the application
54 mobile_enable                             = false
55
56 cache_config_file_path        = /WEB-INF/conf/cache.ccf
57 cache_switch                  = 1
58 cache_load_on_startup         = false
59
60 user_name                                         = fullName
61 decryption_key                            = AGLDdG4D04BKm2lxlWEr8o==
62
63
64 #Cron Schedules
65 cron_site_name                = one
66 log_cron                      = 0 * * * * ? *
67 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
68
69 #Front end URL  
70 frontend_url                  = http://localhost:9000/ecompportal/applicationsHome
71
72 #cookie domain   PLEASE DO NOT REMOVE THIS VALUE FOR OPEN SOUCE REFACTOR
73 cookie_domain = openecomp.org
74
75 # An Unique 128-bit value defined to identify a specific version of
76 # ECOMP Portal deployed on a specific virtual machine.
77 # This value must be generated and updated at the time of 
78 # the deployment.
79 # Online Unique UUID generator - https://www.uuidgenerator.net/
80 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
81
82 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
83
84 ecomp_shared_context_rest_url= http://todo_enter_share_context_rest_hostname:9000/ecompportal/context
85 elastic_search_url                      = http://todo_enter_elastic_search_hostname:9200
86 contact_us_link                         = http://todo_enter_contact_us_hostname 
87 user_guide_link             = http://todo_enter_user_guide_link
88
89 # Contact Us page properties
90 ush_ticket_url                          = http://todo_enter_ush_ticket_url
91 feedback_email_address          = portal@lists.openecomp.org
92 portal_info_url                         = https://todo_enter_portal_info_url    
93
94 #Online user bar refresh interval, in seconds
95 online_user_update_rate                  = 5
96
97 #Online user bar refresh total duration, in seconds
98 online_user_update_duration                     = 900
99
100 # User notification refresh interval and duration, in seconds
101 notification_update_rate                        = 90
102 notification_update_duration            = 900
103
104 #Microservices Related Properties for Portal
105 microservices.widget.username = widget_user
106 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
107 #This property won't be needed after consul is functional on VMs -
108 microservices.widget.local.port = 8082
109
110 #delete auditlog from number of days ago
111 auditlog_del_day_from = 365
112
113 #authenticate user server
114 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
115
116 #window width threshold to collapse left/right menu when page onload
117 window_width_threshold_left_menu = 1400
118 window_width_threshold_right_menu = 1350