mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
failsafe load dlls
add user config queue offsets throttle improvements
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Azaion.CommonSecurity.DTO;
|
||||
|
||||
public class DirectoriesConfig
|
||||
{
|
||||
public string ApiResourcesDirectory { get; set; } = null!;
|
||||
|
||||
public string VideosDirectory { get; set; } = null!;
|
||||
public string LabelsDirectory { get; set; } = null!;
|
||||
public string ImagesDirectory { get; set; } = null!;
|
||||
public string ResultsDirectory { get; set; } = null!;
|
||||
public string ThumbnailsDirectory { get; set; } = null!;
|
||||
|
||||
public string GpsSatDirectory { get; set; } = null!;
|
||||
public string GpsRouteDirectory { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user