configs fixed and improved

This commit is contained in:
Mark
2013-12-03 11:06:44 +04:00
parent 44e515b4f7
commit fdd24fe341
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
<?php
return [];
return [
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2basic_functional',
],
],
];