mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: config issue
This commit is contained in:
parent
363168ef00
commit
8813f1a81a
3 changed files with 102 additions and 63 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue