Files
AobaV2/AobaServer/appsettings.json
2025-05-26 10:48:26 -04:00

14 lines
214 B
JSON

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