From 433b8822cd50d451c6a21974d2d57fd8991918b5 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 7 Jan 2025 09:43:51 +0800 Subject: [PATCH] update --- app/core/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/config.py b/app/core/config.py index 17261a3..e176774 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -52,5 +52,6 @@ class Settings(BaseSettings): class Config: case_sensitive = True env_file = ".env" + extra = "allow" # 允许额外的环境变量 settings = Settings() \ No newline at end of file