Skip to content

Commit d5a0a29

Browse files
allow for MP_API_ENDPOINT to take precedence
1 parent bd94974 commit d5a0a29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mp_api/client/core/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ class MAPIClientSettings(BaseSettings):
8585
_MAX_LIST_LENGTH, description="Maximum length of query parameter list"
8686
)
8787

88-
ENDPOINT: str = Field(
89-
_DEFAULT_ENDPOINT, description="The default API endpoint to use."
90-
)
88+
ENDPOINT: str = Field("", description="The default API endpoint to use.")
9189

9290
LTOL: float = Field(
9391
_EMMET_SETTINGS.LTOL,

0 commit comments

Comments
 (0)