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

25 lines
646 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' => '',
],
'lvju' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=120.79.11.71;dbname=lvju_dev',
'username' => 'lvju_dev',
'password' => 'F5XF4h28L37MGG5m',
'charset' => 'utf8',
'tablePrefix' => '',
],
],
];
return $config;