From d1e0f83534f5e4cabf49804c4b8f9037167b6772 Mon Sep 17 00:00:00 2001 From: MarkLo Date: Thu, 20 Nov 2025 22:45:11 +0800 Subject: [PATCH] --- backend/app/core/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/core/config.py b/backend/app/core/config.py index 016ecd6d..d98210b2 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -34,6 +34,7 @@ class Settings(BaseSettings): class Config: env_file = ".env" case_sensitive = False + extra = "ignore" # Ignore extra environment variables like CLAUDE_API_KEY, etc. # Global settings instance