[backend] fix: 修改环境变量判断逻辑并添加.env文件

This commit is contained in:
xsl
2026-01-26 15:56:43 +08:00
parent db1a355927
commit 1fe6708e11
+1
View File
@@ -2,6 +2,7 @@
APP_NAME=海洋项目管理系统 APP_NAME=海洋项目管理系统
APP_VERSION=1.0.0 APP_VERSION=1.0.0
DEBUG=True DEBUG=True
USE_SQLITE=true
# 数据库配置 # 数据库配置
DB_HOST=localhost DB_HOST=localhost