| Current Path : /var/www/html/dvs/common/config/ |
| Current File : /var/www/html/dvs/common/config/db.php |
<?php
return [
'class' => 'yii\\db\\Connection',
'dsn' => 'mysql:host=localhost;dbname=blunetde_dvs',
'username' => 'blunetde_dvs',
'password' => 'hm122015',
'charset' => 'utf8'
];