Mark
11 years ago
3 changed files with 16 additions and 2 deletions
@ -1,3 +1,9 @@
|
||||
<?php |
||||
|
||||
return []; |
||||
return [ |
||||
'components' => [ |
||||
'db' => [ |
||||
'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance', |
||||
], |
||||
], |
||||
]; |
||||
|
@ -1,3 +1,9 @@
|
||||
<?php |
||||
|
||||
return []; |
||||
return [ |
||||
'components' => [ |
||||
'db' => [ |
||||
'dsn' => 'mysql:host=localhost;dbname=yii2basic_functional', |
||||
], |
||||
], |
||||
]; |
||||
|
Loading…
Reference in new issue