ctms/admins/config/db-local.php
2025-04-10 23:19:13 +08:00

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;