Latest stuff

This commit is contained in:
2024-11-04 09:01:29 -06:00
parent ac880d01b7
commit 2ca61de9d8
12 changed files with 521 additions and 0 deletions

9
appsettings.json Normal file
View File

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