<?php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;port=3306;dbname=aliazzsr_crm',
'username' => 'aliazzsr_crm',
'password' => 'QHd+rCB0o!.2',
'charset' => 'utf8',
'enableSchemaCache' => true,
'schemaCacheDuration' => 1800,
'schemaCache' => 'cache',
];