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