feat: add default storage quota configuration and update media upload handling

This commit is contained in:
2025-11-03 01:52:15 +01:00
parent 8b98df745c
commit 964bcf2655
11 changed files with 216 additions and 136 deletions

View File

@@ -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),
})
}