17 lines
357 B
PHP
Executable File
17 lines
357 B
PHP
Executable File
<?php
|
|
|
|
$config = [
|
|
'components' => [
|
|
'db' => [
|
|
'class' => 'yii\db\Connection',
|
|
'dsn' => 'mysql:host=120.79.11.71;dbname=dacms_dev',
|
|
'username' => 'dacms_dev',
|
|
'password' => 'HS8wRyTT2sKeLdAJ',
|
|
'charset' => 'utf8',
|
|
'tablePrefix' => '',
|
|
],
|
|
],
|
|
];
|
|
|
|
return $config;
|