From 47151f572146fdf06ea7d36991ab90cad8800134 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 23 Apr 2026 10:26:57 +0800 Subject: [PATCH] 1 --- backend/app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/config.py b/backend/app/config.py index 6477218..8881de8 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -220,6 +220,7 @@ class Settings(BaseSettings): class Config: env_file = find_env_file() case_sensitive = False + extra = "ignore" @lru_cache()