feat: add XMP writer plugin and enhance media upload configuration
This commit is contained in:
@@ -13,5 +13,6 @@ pub fn load_config() -> CoreResult<Config> {
|
||||
jwt_secret: "super_secret_jwt_key".to_string(),
|
||||
media_library_path: "media_library".to_string(),
|
||||
broker_url: "nats://localhost:4222".to_string(),
|
||||
max_upload_size_mb: Some(100),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user