nexus site path corrected
[portal.git] / ecomp-portal-BE / war / 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://portal.api.simpledemo.openecomp.org:3306/portal
23 db.userName = xxxx
24 db.password = xxxxxxx
25
26 db.hib.dialect = org.hibernate.dialect.MySQLDialect
27 db.min_pool_size = 5
28 db.max_pool_size = 10
29 hb.dialect = org.hibernate.dialect.MySQLDialect
30 hb.show_sql = false
31 hb.db_reconnect = true
32 hb.idle_connection_test_period = 3600
33
34
35 app_display_name                                          = app_display_name
36 files_path = /demeter/WebApps/dev/ECOMP_APP/files
37 context_root = ECOMPPORTAL
38 # menu settings
39 menu_query_name                      = menuData
40 menu_properties_file_location        = /WEB-INF/fusion/menu/
41 application_menu_set_name            = APP
42 application_menu_attribute_name      = applicationMenuData
43 application_menu_properties_name     = menu.properties
44 business_direct_menu_set_name        = BD
45 business_direct_menu_properties_name = bd.menu.properties
46 business_direct_menu_attribute_name  = businessDirectMenuData
47
48 application_user_id           = 30000
49 post_default_role_id          = 1
50
51 #Enable Fusion Mobile capabilities for the application
52 mobile_enable                             = false
53
54 cache_config_file_path        = /WEB-INF/conf/cache.ccf
55 cache_switch                  = 1
56 cache_load_on_startup         = false
57
58 user_name                                         = fullName
59 decryption_key                            = xxxxxx
60
61
62 #Cron Schedules
63 cron_site_name                = one
64 log_cron                      = 0 * * * * ? *
65 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
66
67 #Front end URL  
68 frontend_url                  = http://portal.openecomp.org:8080/ecompportal/applicationsHome
69
70 #cookie domain   PLEASE DO NOT REMOVE THIS VALUE FOR OPEN SOUCE REFACTOR
71 cookie_domain = openecomp.org
72
73 # An Unique 128-bit value defined to identify a specific version of
74 # ECOMP Portal deployed on a specific virtual machine.
75 # This value must be generated and updated at the time of 
76 # the deployment.
77 # Online Unique UUID generator - https://www.uuidgenerator.net/
78 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
79
80 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
81
82 elastic_search_url                      = http://todo_enter_elastic_search_hostname:9200
83 contact_us_link                         = http://todo_enter_contact_us_hostname 
84 user_guide_link             = http://todo_enter_user_guide_link
85
86 # Contact Us page properties
87 ush_ticket_url                          = http://todo_enter_ush_ticket_url
88 feedback_email_address          = portal@lists.openecomp.org
89 portal_info_url                         = https://todo_enter_portal_info_url    
90
91 #Online user bar refresh interval, in seconds
92 online_user_update_rate                  = 5
93
94 #Online user bar refresh total duration, in seconds
95 online_user_update_duration       = 30
96
97 #authenticate user server
98 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
99
100 #window width threshold to collapse left/right menu when page onload
101 window_width_threshold_left_menu = 1400
102 window_width_threshold_right_menu = 1350