Files
VideoEncoderService/Encoder/appsettings.json
2025-12-15 05:42:46 +01:00

15 lines
256 B
JSON

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