mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 20:56:31 +00:00
add quartz for jobs
configure auto-scan folder and create hls files job WIP
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user