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