distributed-computing/tasks/melnikov-ky/lab_3/worker-1/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2023-12-18 16:06:00 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}