9 lines
146 B
PHP
9 lines
146 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'components' => [
|
||
|
|
'db' => [
|
||
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2advanced_test',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
];
|