distributed-computing/tasks/mytarin_es/lab_3/worker-2/appsettings.json

10 lines
143 B
JSON
Raw Normal View History

2023-11-30 21:21:56 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2023-11-30 21:53:53 +04:00
"Microsoft.AspNetCore": "Warning"
2023-11-30 21:21:56 +04:00
}
},
"AllowedHosts": "*"
}