Files
Hushian/Presentation/AIAss/appsettings.json
mmrbnjd 561f58784c ...
2025-08-18 17:30:02 +03:30

15 lines
221 B
JSON

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