add quartz for jobs

configure auto-scan folder and create hls files job WIP
This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-07-26 14:11:29 +03:00
parent 5e55210eac
commit 7807f5bc90
18 changed files with 179 additions and 28 deletions
@@ -5,5 +5,13 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ConnectionStrings": {
"AzaionDb": ""
},
"FoldersConfig": {
"VideosFolder": "/azaion-media",
"HlsFolder": "/azaion-media/hls",
"FFMPEG_EXECUTABLE": "/opt/homebrew/bin/ffmpeg"
}
}