mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-05-09 00:17:22 +08:00
7 lines
155 B
PHP
7 lines
155 B
PHP
<?php
|
|
|
|
return [
|
|
// The number of days ellapsed before old activity log entries are deleted.
|
|
'prune_days' => env('APP_ACTIVITY_PRUNE_DAYS', 90),
|
|
];
|