From 5db7bbda94a7d82dc7000d5f770e2afbb46e30df Mon Sep 17 00:00:00 2001 From: tcmofashi Date: Mon, 3 Mar 2025 23:26:48 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E4=BF=AE=E6=94=B9.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 06c26cdf3..8e50bc5d9 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 您不应该修改默认值,这个文件被仓库索引,请修改.env.prod -ENVIRONMENT=prod +ENVIRONMENT=dev # HOST=127.0.0.1 # PORT=8080 diff --git a/.gitignore b/.gitignore index 48c0c13c3..5ce300145 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ cython_debug/ # PyPI configuration file .pypirc +.env