Files
VideoEncoderService/Encoder/appsettings.json
Samuele Lorefice 39e6694bbe Initial files
2025-12-01 19:32:50 +01:00

11 lines
176 B
JSON

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