8 lines
294 B
PHP
8 lines
294 B
PHP
<?php return [
|
|
'class' => 'yii\db\Connection',
|
|
'dsn' => 'mysql:host=localhost;dbname=ybcy_rgasw',
|
|
'username' => 'ybcy_RGAsW',
|
|
'password' => 'r7zKZ6cpTtpRGAsW',
|
|
'charset' => 'utf8mb4',
|
|
'tablePrefix'=> 'ims_',
|
|
]; |