db.php
365 Bytes
<?php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=rkn',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'prs_',
// Schema cache options (for production environment)
//'enableSchemaCache' => true,
//'schemaCacheDuration' => 60,
//'schemaCache' => 'cache',
];