fn_b/config/constants.php
2026-02-12 12:36:53 +08:00

9 lines
123 B
PHP
Executable File

<?php
return [
'cache_ttl' => [
'one_week' => 60 * 60 * 24 * 7,
'one_day' => 60 * 60 * 24,
],
];