0ef45a139c817ab618c01ee8d64613c608d692e1
[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 = ONAPPORTAL
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
50 # An Unqiue 128-bit value defined to indentify a specific version of
51 # ECOMP Portal deployed on a specific virtual machine.
52 # This value must be generated and updated at the time of 
53 # the deployment.
54 # Online Unique UUID generator - https://www.uuidgenerator.net/
55 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
56
57 elastic_search_url                      = http://
58 contact_us_link                         = http://
59 user_guide_link             = http://
60
61 # Contact Us page properties
62 ush_ticket_url                          = http://
63 feedback_email_address          = portal@lists.onap.org
64 portal_info_url                         = https://
65
66 #Online user bar refresh interval, in seconds
67 online_user_update_rate                  = 30
68
69 #Online user bar refresh total duration, in seconds
70 online_user_update_duration       = 300
71
72 #authenticate user server
73 authenticate_user_server=http://portal.api.simpledemo.onap.org:8383/openid-connect-server-webapp/allUsers
74
75 #window width threshold to collapse left/right menu when page onload
76 window_width_threshold_left_menu = 1400
77 window_width_threshold_right_menu = 1350
78
79 # User notification refresh interval and duration, in seconds
80 notification_update_rate = 90
81 notification_update_duration = 900
82
83 #Microservices Related Properties for Portal
84 microservices.widget.protocol = http
85 microservices.widget.hostname = portal-wms
86 microservices.widget.username = widget_user
87 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
88 #This property won't be needed after consul is functional on VMs -
89 microservices.widget.local.port = 8082
90 microservices.m-learn.local.port = 8083
91 #HALO API enable flag
92 external_access_enable = false
93
94 #delete auditlog from number of days ago
95 auditlog_del_day_from = 365
96
97 #External system notification URL
98 external_system_notification_url= https://jira.onap.org/browse/
99
100 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
101 ext_central_access_user_name = m00468@portal.onap.org
102 ext_central_access_password = ByC0BEX2v5+4HBv2GA4S+Mi2iML+GrGNJ5Gxo/V/iWM=
103 ext_central_access_url = https://aaftest.test.onap.org:8095/proxy/authz/
104 ext_central_access_user_domain = @csp.onap.org
105
106 # External Central Auth system access
107 remote_centralized_system_access = false
108
109 #cookie domain
110 cookie_domain = onap.org