Initial endpoint configuration with authentication

This commit is contained in:
ThompsonNye
2024-08-03 18:55:04 +02:00
parent 0850a1518e
commit a1014bd009
23 changed files with 587 additions and 57 deletions

View File

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