mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:16:30 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"FoldersConfig": {
|
|
"VideosFolder": "E:\\Azaion3\\Videos",
|
|
"HlsFolder": "/azaion-media/hls",
|
|
"FFMPEG_EXECUTABLE": "/opt/homebrew/bin/ffmpeg"
|
|
}
|
|
}
|