062b52c63dd00da2942c37ce466370c367b4b4e9
[oom.git] / kubernetes / config / docker / init / src / config / portal / portal-fe / webapps / etc / ECOMPPORTALAPP / system.properties
1 #mysql
2 db.driver = com.mysql.jdbc.Driver
3 db.connectionURL = jdbc:mysql://portaldb.onap-portal:3306/portal
4 db.userName =root
5 db.password =password
6 db.hib.dialect = org.hibernate.dialect.MySQLDialect
7 db.min_pool_size = 5
8 db.max_pool_size = 10
9 hb.dialect = org.hibernate.dialect.MySQLDialect
10 hb.show_sql = false
11 hb.db_reconnect = true
12 hb.idle_connection_test_period = 3600
13
14 app_display_name = Portal
15 files_path = /tmp
16 context_root = ECOMPPORTAL
17 # menu settings
18 menu_query_name                      = menuData
19 menu_properties_file_location        = /WEB-INF/fusion/menu/
20 application_menu_set_name            = APP
21 application_menu_attribute_name      = applicationMenuData
22 application_menu_properties_name     = menu.properties
23 business_direct_menu_set_name        = BD
24 business_direct_menu_properties_name = bd.menu.properties
25 business_direct_menu_attribute_name  = businessDirectMenuData
26
27 application_user_id           = 30000
28 post_default_role_id          = 1
29
30 #Enable Fusion Mobile capabilities for the application
31 mobile_enable                             = false
32
33 cache_config_file_path        = /WEB-INF/conf/cache.ccf
34 cache_switch                  = 1
35 cache_load_on_startup         = false
36
37 user_name                                         = fullName
38 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
39
40
41 #Cron Schedules
42 cron_site_name                = one
43 log_cron                      = 0 * * * * ? *
44 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
45
46 #Front end URL
47 frontend_url                  = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/applicationsHome 
48
49
50 #cookie domain
51 cookie_domain = openecomp.org
52
53 # An Unqiue 128-bit value defined to indentify a specific version of
54 # ECOMP Portal deployed on a specific virtual machine.
55 # This value must be generated and updated at the time of 
56 # the deployment.
57 # Online Unique UUID generator - https://www.uuidgenerator.net/
58 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
59
60 ecomp_shared_context_rest_url= http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/context
61 elastic_search_url                      = http://
62 contact_us_link                         = http://
63 user_guide_link             = http://
64 # ML - commented out this hardcoded test path
65 #temp_path = C:/Users/cfu/Desktop/temp
66
67 # Contact Us page properties
68 ush_ticket_url                          = http://
69 feedback_email_address          = portal@lists.openecomp.org
70 portal_info_url                         = https://
71
72 #Online user bar refresh interval, in seconds
73 online_user_update_rate                  = 30
74
75 #Online user bar refresh total duration, in seconds
76 online_user_update_duration       = 300
77
78 #authenticate user server
79 authenticate_user_server=http://portal.api.simpledemo.openecomp.org:8383/openid-connect-server-webapp/allUsers
80
81 #window width threshold to collapse left/right menu when page onload
82 window_width_threshold_left_menu = 1400
83 window_width_threshold_right_menu = 1350
84 # User notification refresh interval and duration, in seconds
85 notification_update_rate = 90
86 notification_update_duration = 900
87
88 #Microservices Related Properties for Portal
89 microservices.widget.protocol = http
90 microservices.widget.hostname = portal.api.simpledemo.openecomp.org
91 microservices.widget.username = widget_user
92 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
93 #This property won't be needed after consul is functional on VMs -
94 microservices.widget.local.port = 8082
95 microservices.m-learn.local.port = 8083
96 #HALO API enable flag
97 external_access_enable = false
98
99 #delete auditlog from number of days ago
100 auditlog_del_day_from = 365