Skip to content

Commit 90b51ff

Browse files
maximalsamdark
authored andcommitted
Schema cache options (for production environment) (yiisoft#129) [skip ci]
1 parent fc2ec7d commit 90b51ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/db.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
'username' => 'root',
77
'password' => '',
88
'charset' => 'utf8',
9+
10+
// Schema cache options (for production environment)
11+
//'enableSchemaCache' => true,
12+
//'schemaCacheDuration' => 60,
13+
//'schemaCache' => 'cache',
914
];

0 commit comments

Comments
 (0)