mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:16:30 +00:00
add quartz for jobs
configure auto-scan folder and create hls files job WIP
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Azaion.Repository.DTO.Configs;
|
||||
|
||||
public class ConnectionStrings
|
||||
{
|
||||
public string? AzaionDb { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Repository.DTO.Configs;
|
||||
|
||||
public class FoldersConfig
|
||||
{
|
||||
public string VideosFolder { get; set; } = null!;
|
||||
public string HlsFolder { get; set; } = null!;
|
||||
public string FfmpegExecutable { get; set; } = null!;
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace Azaion.Repository.DTO;
|
||||
|
||||
public class ConnectionStrings
|
||||
{
|
||||
public string? FraudDb { get; set; }
|
||||
public string? FraudDbMsSql { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user