完善安装流程;

This commit is contained in:
2022-04-19 22:53:45 +08:00
parent fc885a0343
commit 45f923b652

View File

@@ -5,7 +5,7 @@ use think\facade\Env;
return [
// 默认使用的数据库连接配置
'default' => Env::get('database.driver', 'sqlite'),
'default' => Env::get('database.type', 'sqlite'),
// 自定义时间查询规则
'time_query_rule' => [],