feat: add default storage quota configuration and update media upload handling
This commit is contained in:
@@ -14,5 +14,6 @@ pub fn load_config() -> CoreResult<Config> {
|
||||
media_library_path: "media_library".to_string(),
|
||||
broker_url: "nats://localhost:4222".to_string(),
|
||||
max_upload_size_mb: Some(100),
|
||||
default_storage_quota_gb: Some(10),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user