1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-06 00:15:53 +05:30

11 lines
198 B
PHP
Raw Normal View History

<?php
return [
'components' => [
'db' => [
'enableSchemaCache' => true,
'schemaCacheDuration' => 3600,
'schemaCache' => 'cache',
],
],
];