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