| Current Path : /var/www/html/dyna-crm/config/ |
| Current File : /var/www/html/dyna-crm/config/db.php |
<?php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=dyna-crm',
'username' => 'dynaweb',
'password' => 'Dynaweb@huawei',
'charset' => 'utf8',
// Schema cache options (for production environment)
//'enableSchemaCache' => true,
//'schemaCacheDuration' => 60,
//'schemaCache' => 'cache',
];