Schema cache options (for production environment) (#129) [skip ci]

This commit is contained in:
MaximAL 2017-06-30 18:00:32 +03:00 committed by Alexander Makarov
parent fc2ec7dfee
commit 90b51ff06a

View File

@ -6,4 +6,9 @@ return [
'username' => 'root',
'password' => '',
'charset' => 'utf8',
// Schema cache options (for production environment)
//'enableSchemaCache' => true,
//'schemaCacheDuration' => 60,
//'schemaCache' => 'cache',
];