mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-11 01:38:50 +01:00
10 lines
123 B
PHP
10 lines
123 B
PHP
<?php
|
|
|
|
return [
|
|
'components' => [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
|
|
],
|
|
],
|
|
];
|