Files
annotations/Web/Azaion.Web/Azaion.WebService/appsettings.json
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

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"
}
}