From 1fe6708e11176cc829b0fbcec9b52443084333d7 Mon Sep 17 00:00:00 2001 From: xsl Date: Mon, 26 Jan 2026 15:56:43 +0800 Subject: [PATCH] =?UTF-8?q?[backend]=20fix:=20=E4=BF=AE=E6=94=B9=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0.env=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/.env b/backend/.env index bd76a29f..eb27206b 100644 --- a/backend/.env +++ b/backend/.env @@ -2,6 +2,7 @@ APP_NAME=海洋项目管理系统 APP_VERSION=1.0.0 DEBUG=True +USE_SQLITE=true # 数据库配置 DB_HOST=localhost