Schema cache options (for production environment) (#129) [skip ci]
This commit is contained in:
parent
fc2ec7dfee
commit
90b51ff06a
@ -6,4 +6,9 @@ return [
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'charset' => 'utf8',
|
||||
|
||||
// Schema cache options (for production environment)
|
||||
//'enableSchemaCache' => true,
|
||||
//'schemaCacheDuration' => 60,
|
||||
//'schemaCache' => 'cache',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user