From 1e0f2ffde018f97b46e1755d5f3b3891ad65c002 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 21 Aug 2025 07:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index df9c9084..58948a4f 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -61,8 +61,6 @@ class ConfigModel(BaseModel): API_V1_STR: str = "/api/v1" # 前端资源路径 FRONTEND_PATH: str = "/public" - # PIP虚拟环境路径 - VENV_PATH: str = "/opt/venv" # 时区 TZ: str = "Asia/Shanghai" # API监听地址