mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"AzaionDb": ""
|
|
},
|
|
"FoldersConfig": {
|
|
"VideosFolder": "/azaion-media",
|
|
"HlsFolder": "/azaion-media/hls",
|
|
"FFMPEG_EXECUTABLE": "/opt/homebrew/bin/ffmpeg"
|
|
}
|
|
}
|