first commit
This commit is contained in:
9
environments/dev/common/config/test-local.php
Executable file
9
environments/dev/common/config/test-local.php
Executable file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2advanced_test',
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user