initial commit

This commit is contained in:
2026-02-16 17:36:47 +11:00
commit cb84fe3411
10 changed files with 272 additions and 0 deletions

9
appsettings.json Normal file
View File

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