[PORTAL-7] Rebase
[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 app_display_name                                          = app_display_name
37 files_path = /demeter/WebApps/dev/ECOMP_APP/files
38 context_root = ECOMPPORTAL
39 # menu settings
40 menu_query_name                      = menuData
41 menu_properties_file_location        = /WEB-INF/fusion/menu/
42 application_menu_set_name            = APP
43 application_menu_attribute_name      = applicationMenuData
44 application_menu_properties_name     = menu.properties
45 business_direct_menu_set_name        = BD
46 business_direct_menu_properties_name = bd.menu.properties
47 business_direct_menu_attribute_name  = businessDirectMenuData
48
49 application_user_id           = 30000
50 post_default_role_id          = 1
51
52 #Enable Fusion Mobile capabilities for the application
53 mobile_enable                             = false
54
55 cache_config_file_path        = /WEB-INF/conf/cache.ccf
56 cache_switch                  = 1
57 cache_load_on_startup         = false
58
59 user_name                                         = fullName
60 decryption_key                            = AGLDdG4D04BKm2lxlWEr8o==
61
62
63 #Cron Schedules
64 cron_site_name                = one
65 log_cron                      = 0 * * * * ? *
66 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
67
68 #Front end URL  
69 frontend_url                  = http://localhost:9000/ecompportal/applicationsHome
70
71 #cookie domain   PLEASE DO NOT REMOVE THIS VALUE FOR OPEN SOUCE REFACTOR
72 cookie_domain = openecomp.org
73
74 # An Unique 128-bit value defined to identify a specific version of
75 # ECOMP Portal deployed on a specific virtual machine.
76 # This value must be generated and updated at the time of 
77 # the deployment.
78 # Online Unique UUID generator - https://www.uuidgenerator.net/
79 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
80
81 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
82
83 ecomp_shared_context_rest_url= http://todo_enter_share_context_rest_hostname:9000/ecompportal/context
84 elastic_search_url                      = http://todo_enter_elastic_search_hostname:9200
85 contact_us_link                         = http://todo_enter_contact_us_hostname 
86 user_guide_link             = http://todo_enter_user_guide_link
87
88 # Contact Us page properties
89 ush_ticket_url                          = http://todo_enter_ush_ticket_url
90 feedback_email_address          = portal@lists.openecomp.org
91 portal_info_url                         = https://todo_enter_portal_info_url    
92
93 #Online user bar refresh interval, in seconds
94 online_user_update_rate                  = 5
95
96 #Online user bar refresh total duration, in seconds
97 online_user_update_duration                     = 900
98
99 # User notification refresh interval and duration, in seconds
100 notification_update_rate                        = 90
101 notification_update_duration            = 900
102
103 #Microservices Related Properties for Portal
104 microservices.widget.username = widget_user
105 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
106 #This property won't be needed after consul is functional on VMs -
107 microservices.widget.local.port = 8082
108
109 #delete auditlog from number of days ago
110 auditlog_del_day_from = 365
111
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