KPO_Course_Work/Address Directory/Web/appsettings.json
2024-12-09 03:27:18 +04:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}