mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-24 10:35:35 +02:00
fix(config): set extra='ignore' to support agent environments (BUG-2)
This commit is contained in:
@@ -19,7 +19,7 @@ class Config(BaseSettings):
|
||||
env_file_encoding="utf-8",
|
||||
case_sensitive=False,
|
||||
validate_assignment=True,
|
||||
extra="forbid",
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
dolibarr_url: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user