kokjan/environments/dev/common/config/test-local.php

9 lines
146 B
PHP
Raw Permalink Normal View History

2026-02-25 06:59:34 +00:00
<?php
return [
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2advanced_test',
],
],
];