summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-04-09 22:35:10 +0100
committerSam Light <samlight1994@gmail.com>2025-04-09 22:35:10 +0100
commit7103661c509efb941d700f5cc0bdcb7dd5ca276d (patch)
treeb792b7169a712655bf1d7f0cb993766627c84299 /config
parent6838dcd5e9c52e5b51d1565c3a24ec6f5557659b (diff)
Added max age days config value
Diffstat (limited to 'config')
-rw-r--r--config/access_log.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/access_log.php b/config/access_log.php
index cd030b1..e07517b 100644
--- a/config/access_log.php
+++ b/config/access_log.php
@@ -10,6 +10,8 @@ return [
'log_user_agent' => false,
'log_referer' => false,
+ 'max_age_days' => 365,
+
'model' => \Lightscale\LaralightAccessLog\Models\AccessLog::class,
'user_model' => \Illuminate\Foundation\Auth\User::class,
];