Перевод на доменную архитектуру
This commit is contained in:
10
config/reports.php
Normal file
10
config/reports.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'use_new_arch' => [
|
||||
'report_types' => array_values(array_filter(
|
||||
array_map('trim', explode(',', (string) env('REPORTS_USE_NEW_ARCH_TYPES', '')))
|
||||
)),
|
||||
'compare_before_cutover' => (bool) env('REPORTS_COMPARE_BEFORE_CUTOVER', true),
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user