Files
AobaV2/AobaServer/appsettings.json
2025-05-26 12:34:03 -04:00

14 lines
213 B
JSON

{
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1AndHttp2"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
}