9 lines
123 B
PHP
Executable File
9 lines
123 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'cache_ttl' => [
|
|
'one_week' => 60 * 60 * 24 * 7,
|
|
'one_day' => 60 * 60 * 24,
|
|
],
|
|
];
|