This commit is contained in:
jxxghp 2023-10-07 05:03:06 -07:00
parent 2b695cb8c6
commit 7da01f7404

View File

@ -6,11 +6,6 @@ from typing import List
from dotenv import load_dotenv
from pydantic import BaseSettings
load_dotenv(
dotenv_path=Path(os.environ.get("CONFIG_DIR", "/config")) / "app.env",
encoding="utf-8"
)
class Settings(BaseSettings):
# 项目名称