| Current Path : /var/www/html/eform/common/config/ |
| Current File : /var/www/html/eform/common/config/db-bkrm.php |
<?php
return [
'class' => 'yii\\db\\Connection',
'driverName' => 'sqlsrv',
'dsn' => 'sqlsrv:Server=10.0.0.80,51639;Database=bkrm-iam;Encrypt=False',
'attributes' => [
// \PDO::SQLSRV_ATTR_ENCODING => \PDO::SQLSRV_ENCODING_SYSTEM
],
'username' => 'sa',
'password' => 'Dynaweb@huawei',
'charset' => 'utf8'
];