2025-04-10 23:19:13 +08:00

31 lines
812 B
PHP
Executable File

<?php
# @Author: 嗨噜客科技(www.hiluker.cn) <Fm453>
# @Date: 1970-01-01T08:00:00+08:00
# @Email: fm453@hiluker.com
# @Last modified by: Fm453
# @Last modified time: 2021-09-15T00:21:13+08:00
$config = [
'components' => [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=dacms',
'username' => 'dacms',
'password' => 'eydnsidc',
'charset' => 'utf8',
'tablePrefix' => '',
],
'lvju' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=lvju',
'username' => 'lvju',
'password' => 'f3MnRe7eRRmCtZAz',
'charset' => 'utf8',
'tablePrefix' => '',
],
],
];
return $config;