Files
Hushian/Presentation/AIAss/appsettings.json

15 lines
221 B
JSON
Raw Normal View History

2025-08-18 17:30:02 +03:30
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
}
}
}