chore: commit files from an ASP.NET template

This commit is contained in:
2025-07-09 04:18:18 +02:00
parent a41e01f57a
commit e87c653fae
12 changed files with 631 additions and 16 deletions

9
appsettings.example.json Normal file
View File

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