作者 jinglong

提交数据库文件

<?php return array (
'template' =>
array (
'cmf_admin_default_theme' => 'admin_simpleboot3',
),
);
\ No newline at end of file
... ...
<?php
/**
* 配置文件
*/
return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => '39.107.114.243',
// 数据库名
'database' => 'electric',
// 用户名
'username' => 'root',
// 密码
'password' => 'jinglong743558',
// 端口
'hostport' => '3306',
// 数据库编码默认采用utf8
'charset' => 'utf8mb4',
// 数据库表前缀
'prefix' => 'ele_',
"authcode" => 'XsVkfW1cWP1cDOHDjt',
//#COOKIE_PREFIX#
];
... ...
<?php return array (
);
\ No newline at end of file
... ...