Files
annotations/Web/Azaion.Web/Azaion.Repository/DTO/Configs/FoldersConfig.cs
T
Oleksandr Bezdieniezhnykh 7807f5bc90 add quartz for jobs
configure auto-scan folder and create hls files job WIP
2024-07-26 14:11:29 +03:00

8 lines
238 B
C#

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!;
}