#feature: some update
This commit is contained in:
@@ -135,6 +135,14 @@ return [
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'erp-request-report' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/scheduled-tasks/erp-request-report.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'days' => 7,
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'git-monitor' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/scheduled-tasks/git-monitor.log'),
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin_host' => strtolower((string) env('TOOLBOX_ADMIN_HOST', 'toolbox.local')),
|
||||
'admin_ips' => array_values(array_filter(array_map(
|
||||
static fn(string $ip): string => trim($ip),
|
||||
static fn (string $ip): string => trim($ip),
|
||||
explode(',', (string) env('TOOLBOX_ADMIN_IPS', ''))
|
||||
))),
|
||||
'operation_log' => [
|
||||
|
||||
Reference in New Issue
Block a user