Alexander Makarov
11 years ago
3 changed files with 10 additions and 3 deletions
@ -1,3 +1,8 @@ |
|||||||
<?php |
<?php |
||||||
return [ |
return [ |
||||||
|
'components.db' => [ |
||||||
|
'dsn' => 'mysql:host=localhost;dbname=yii2advanced', |
||||||
|
'username' => 'root', |
||||||
|
'password' => '', |
||||||
|
], |
||||||
]; |
]; |
||||||
|
Loading…
Reference in new issue