Skip to content

Commit

Permalink
Ensure proper env var (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Mar 4, 2022
1 parent bc3094c commit c293b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mp_api/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ class MAPIClientSettings(BaseSettings):
MUTE_PROGRESS_BARS: bool = Field(
False, description="Whether to mute progress bars when data is retrieved.",
)

class Config:
env_prefix = "MPRESTER_"

0 comments on commit c293b66

Please sign in to comment.