#feature: some update

This commit is contained in:
2026-08-12 18:00:09 +08:00
parent ba916f5ce1
commit 103340536b
39 changed files with 2916 additions and 227 deletions
+2 -1
View File
@@ -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' => [