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