Update appsettings.json

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

View File

@@ -1,4 +1,8 @@
{ {
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1AndHttp2",
},
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
@@ -7,3 +11,4 @@
}, },
"AllowedHosts": "*" "AllowedHosts": "*"
} }
}