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