Initial commit
This commit is contained in:
13
environments/test/common/config/main-local.php
Normal file
13
environments/test/common/config/main-local.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'class' => \yii\db\Connection::class,
|
||||
'dsn' => 'mysql:host=mysql;dbname=app',
|
||||
'username' => 'app',
|
||||
'password' => '123',
|
||||
'charset' => 'utf8',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user