Skip to content

Commit

Permalink
feat(api/mymdc): add mymdc client settings to app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Nov 5, 2024
1 parent d4fa8d7 commit 4435a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/damnit_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class Settings(BaseSettings):

mymdc: MyMdCCredentials

mymdc: MyMdCCredentials

model_config = SettingsConfigDict(
env_prefix="DW_API_",
env_file=[".env"],
Expand Down

0 comments on commit 4435a32

Please sign in to comment.