v1.0.0: App configuration

This commit is contained in:
2026-05-21 08:56:44 +10:00
parent 214a3950e7
commit dc700b5dd2
+10
View File
@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MaxUploadSizeMB": 20
}