Merge "Fix the email id for CLI application"
[portal.git] / deliveries / properties_simpledemo / ONAPPORTAL / system.properties
1 #mysql
2 db.driver = org.mariadb.jdbc.Driver
3 db.connectionURL = jdbc:mariadb:failover://portal-db:3306/portal
4 db.userName =root
5 db.password =Aa123456
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.onap.org:8989/ONAPPORTAL/applicationsHome 
48
49 #cookie domain
50 cookie_domain = onap.org
51
52 # An Unqiue 128-bit value defined to indentify a specific version of
53 # ECOMP Portal deployed on a specific virtual machine.
54 # This value must be generated and updated at the time of 
55 # the deployment.
56 # Online Unique UUID generator - https://www.uuidgenerator.net/
57 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
58
59 elastic_search_url                      = http://
60 contact_us_link                         = http://
61 user_guide_link             = http://
62
63 # Contact Us page properties
64 ush_ticket_url                          = http://
65 feedback_email_address          = portal@lists.onap.org
66 portal_info_url                         = https://
67
68 #Online user bar refresh interval, in seconds
69 online_user_update_rate                  = 30
70
71 #Online user bar refresh total duration, in seconds
72 online_user_update_duration       = 300
73
74 #authenticate user server
75 authenticate_user_server=http://portal.api.simpledemo.onap.org:8383/openid-connect-server-webapp/allUsers
76
77 #window width threshold to collapse left/right menu when page onload
78 window_width_threshold_left_menu = 1400
79 window_width_threshold_right_menu = 1350
80
81 # User notification refresh interval and duration, in seconds
82 notification_update_rate = 90
83 notification_update_duration = 900
84
85 #Microservices Related Properties for Portal
86 microservices.widget.protocol = http
87 microservices.widget.hostname = portal-wms
88 microservices.widget.username = widget_user
89 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
90 #This property won't be needed after consul is functional on VMs -
91 microservices.widget.local.port = 8082
92 microservices.m-learn.local.port = 8083
93 #HALO API enable flag
94 external_access_enable = false
95
96 #delete auditlog from number of days ago
97 auditlog_del_day_from = 365
98
99 #External system notification URL
100 external_system_notification_url= https://jira.onap.org/browse/