Files
VideoEncoderService/Encoder/appsettings.json
2025-12-14 19:49:38 +01:00

12 lines
204 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"TemporaryFilesPath": "./Temp",
"FfmpegPath": "./ffmpeg"
}