Update appsettings.json

This commit is contained in:
2025-05-26 10:48:26 -04:00
parent 18312c9de7
commit 663aca7ec4

View File

@@ -1,9 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1AndHttp2",
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
},
"AllowedHosts": "*"
}
}