作者 Karson

--no commit message

... ... @@ -16,7 +16,7 @@ return [
// 服务器地址
'hostname' => '127.0.0.1',
// 数据库名
'database' => 'thinkphp',
'database' => 'fastadmin',
// 用户名
'username' => 'root',
// 密码
... ... @@ -30,7 +30,7 @@ return [
// 数据库编码默认采用utf8
'charset' => 'utf8',
// 数据库表前缀
'prefix' => 'think_',
'prefix' => 'fa_',
// 数据库调试模式
'debug' => true,
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
... ...