From 8c4f9d357f2c6e548f4052c2543942719485c129 Mon Sep 17 00:00:00 2001 From: lan Date: Sat, 26 Aug 2023 19:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=BC=E5=AE=B91.6=E7=89=88=E6=9C=ACenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index a7aa8a8..f6f2a92 100644 --- a/core/settings.py +++ b/core/settings.py @@ -7,7 +7,7 @@ from pathlib import Path data_root = Path('./data') if not data_root.exists(): data_root.mkdir(parents=True, exist_ok=True) -env_path = data_root / '.env' +env_path = data_root / '.env2' default_value = { 'file_storage': 'local', 'name': '文件快递柜-FileCodeBox',