16 lines
363 B
PHP
16 lines
363 B
PHP
<?php
|
|
|
|
return [
|
|
'class' => 'yii\db\Connection',
|
|
'dsn' => 'mysql:host=localhost;dbname=23cm',
|
|
'username' => 'root',
|
|
'password' => '123456',
|
|
'charset' => 'utf8',
|
|
|
|
// mysql_77BFSX
|
|
// Schema cache options (for production environment)
|
|
//'enableSchemaCache' => true,
|
|
//'schemaCacheDuration' => 60,
|
|
//'schemaCache' => 'cache',
|
|
];
|