Initial files

This commit is contained in:
Samuele Lorefice
2025-12-01 19:32:50 +01:00
commit 39e6694bbe
14 changed files with 583 additions and 0 deletions

10
Encoder/appsettings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"TemporaryFilesPath": "./Temp"
}