Skip to content

Commit

Permalink
Add default to MINIO_PRESIGN_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jan 9, 2025
1 parent 2469d7f commit 0879682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipposerve/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Settings(BaseSettings):
minio_url: str
minio_presign_url: str | None
minio_presign_url: str | None = None
minio_access: str
minio_secret: str

Expand Down

0 comments on commit 0879682

Please sign in to comment.