Skip to content

Commit 02d6e96

Browse files
committed
Installation of Custom Reports Plugin
Why these changes are being introduced: UXWS Requested the installation of the Custom Reports premium plugin. The prep work has already been completed (loading the files into the container). Now it's time to move on to enabling the plugin and ensuring that the container definition is up-to-date. How this addresses that need: * Update the config.ini.php file to match the changes that appeared in the running container Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-576
1 parent 6deccb8 commit 02d6e96

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

files/config.ini.php

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
; maximum number of rows for sub-tables of the Events tables (eg. for the subtables Categories>Actions or Categories>Names).
4040
datatable_archiving_maximum_rows_subtable_events = 100
4141

42-
4342
[mail]
4443

4544
[Plugins]
@@ -197,3 +196,21 @@
197196
UsersFlow_num_max_steps = 10
198197
UsersFlow_num_max_rows_in_actions = 100
199198
UsersFlow_num_max_links_per_interaction = 5000
199+
200+
[CustomReports]
201+
custom_reports_validate_report_content_all_websites = 1
202+
custom_reports_always_show_unique_visitors = 0
203+
custom_reports_max_execution_time = 0
204+
custom_reports_disabled_dimensions = ""
205+
custom_reports_periods_force_aggregate_report_unique_metrics_evolution = ""
206+
custom_reports_max_dimensions = 3
207+
datatable_archiving_maximum_rows_custom_reports_dimensions_default = 50
208+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_default = 10
209+
datatable_archiving_maximum_rows_custom_reports_dimensions_1 = 50
210+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_1 = 10
211+
datatable_archiving_maximum_rows_custom_reports_dimensions_2 = 50
212+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_2 = 10
213+
datatable_archiving_maximum_rows_custom_reports_dimensions_3 = 50
214+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_3 = 10
215+
custom_reports_preview_report_timeframes = "-15 minutes,-1 hour,-3 hours,-6 hours"
216+
custom_reports_preview_report_min_rows_required = 3

0 commit comments

Comments
 (0)