1
0
mirror of https://github.com/elyby/accounts.git synced 2025-02-19 16:58:08 +05:30

11 lines
198 B
PHP

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