Skip to content

Commit

Permalink
ignore extras
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev-semyon authored Jul 9, 2023
1 parent 03c4b83 commit 8a079bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_lib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UnionAuthSettings(BaseSettings):
AUTH_URL: str = "https://api.test.profcomff.com/auth/"
AUTH_AUTO_ERROR: bool = True
AUTH_ALLOW_NONE: bool = False
model_config = ConfigDict(case_sensitive=True, env_file=".env", extra="allow")
model_config = ConfigDict(case_sensitive=True, env_file=".env", extra="ignore")


class UnionAuth(SecurityBase):
Expand Down

0 comments on commit 8a079bd

Please sign in to comment.