fix: 修改数据库配置

This commit is contained in:
邹景立 2024-10-15 13:51:05 +08:00
parent bfd34cc12f
commit 39e018ad4e

View File

@ -16,7 +16,7 @@
return [
// 默认使用的数据库连接配置
'default' => env('type.db_type', 'sqlite'),
'default' => env('db.type', 'sqlite'),
// 自定义时间查询规则
'time_query_rule' => [],
// 自动写入时间戳字段