fix: config issue

This commit is contained in:
swve 2023-07-03 14:29:14 +01:00
parent 363168ef00
commit 8813f1a81a
3 changed files with 102 additions and 63 deletions

View file

@ -23,8 +23,8 @@ class SecurityConfig(BaseModel):
class S3ApiConfig(BaseModel):
bucket_name: str
endpoint_url: str
bucket_name: str | None
endpoint_url: str | None
class ContentDeliveryConfig(BaseModel):